#6C7A0C

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

Shades of Fiji Green #6C7A0C

Tints of Fiji Green #6C7A0C

Color information

#6C7A0C (or 0x6C7A0C) is unknown color: approx Fiji Green. HEX triplet: 6C, 7A and 0C. RGB value is (108,122,12). Sum of RGB (Red+Green+Blue) = 108+122+12=242 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.63% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #6C7A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7A0C is #9385F3. Grayscale: #696969. Windows color (decimal): -9668084 or 817772. OLE color: 817772.

HSL color Cylindrical-coordinate representation of color #6C7A0C: hue angle of 67.64º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C7A0C is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB10812212-
CMYK0.1100.900.52
HSL67.64º82.09%26.27%-
HSV(B)67.64º90.16%47.84%-
XYZ13.2117.132.96-
YUV105.2775.36129.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.63%
GREEN value IS 122 (48.05% from 255) = 50.41%
BLUE value IS 12 (5.08% from 255) = 4.96%
R=44.63%
G=50.41%
B=4.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal108122120.1100.900.5267.6482.0926.27
Hex6C7ACB05A3444521a
Octal154172141301326410412232
Binary1101100111101011001011010110101101001000100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,122,12); }

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

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

 a { background-color: rgb(108,122,12); }

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

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

 span { border-color: rgb(108,122,12); }

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