#6A731C

Color #6A731C Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #6A731C

Tints of Fiji Green #6A731C

Color information

#6A731C (or 0x6A731C) is unknown color: approx Fiji Green. HEX triplet: 6A, 73 and 1C. RGB value is (106,115,28). Sum of RGB (Red+Green+Blue) = 106+115+28=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #6A731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A731C is #958CE3. Grayscale: #666666. Windows color (decimal): -9800932 or 1864554. OLE color: 1864554.

HSL color Cylindrical-coordinate representation of color #6A731C: hue angle of 66.21º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A731C is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB10611528-
CMYK0.0800.760.55
HSL66.21º60.84%28.04%-
HSV(B)66.21º75.65%45.1%-
XYZ12.2815.413.43-
YUV102.3986.02130.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 106 (41.80% from 255) = 42.57%
GREEN value IS 115 (45.31% from 255) = 46.18%
BLUE value IS 28 (11.33% from 255) = 11.24%
R=42.57%
G=46.18%
B=11.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106115280.0800.760.5566.2160.8428.04
Hex6A731C804C37423d1c
Octal15216334100114671027534
Binary1101010111001111100100001001100110111100001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A731C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A731C; }

 p { color: rgb(106,115,28); }

 H1.HeaderClassName
 {
   color: #6A731C;
 }
 .AnyTagClassName
 {
   color: #6A731C;
 }
</style>
background-color css

<style>
 a { background-color: #6A731C; }

 a { background-color: rgb(106,115,28); }

 div.DivClassName
 {
   background-color: #6A731C;
 }
 .BgClassName
 {
   background-color: #6A731C;
 }
</style>
border-color css

<style>
 span { border-color: #6A731C; }

 span { border-color: rgb(106,115,28); }

 td.TdClassName
 {
   border-color: #6A731C;
 }
 .TagClassName
 {
   border-color: #6A731C;
 }
</style>