#6A7E0C

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

Shades of Fiji Green #6A7E0C

Tints of Fiji Green #6A7E0C

Color information

#6A7E0C (or 0x6A7E0C) is unknown color: approx Fiji Green. HEX triplet: 6A, 7E and 0C. RGB value is (106,126,12). Sum of RGB (Red+Green+Blue) = 106+126+12=244 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.44% from 244); Green value is 126 (49.61% from 255 or 51.64% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 126 - color contains mainly: green. Hex color #6A7E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7E0C is #9581F3. Grayscale: #6B6B6B. Windows color (decimal): -9798132 or 818794. OLE color: 818794.

HSL color Cylindrical-coordinate representation of color #6A7E0C: hue angle of 70.53º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A7E0C is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB10612612-
CMYK0.1600.900.51
HSL70.53º82.61%27.06%-
HSV(B)70.53º90.48%49.41%-
XYZ13.4718.013.11-
YUV107.0274.37127.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.44%
GREEN value IS 126 (49.61% from 255) = 51.64%
BLUE value IS 12 (5.08% from 255) = 4.92%
R=43.44%
G=51.64%
B=4.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106126120.1600.900.5170.5382.6127.06
Hex6A7EC1005A3347531b
Octal152176142001326310712333
Binary11010101111110110010000010110101100111000111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,126,12); }

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

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

 a { background-color: rgb(106,126,12); }

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

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

 span { border-color: rgb(106,126,12); }

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