#6C770F

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

Shades of Fiji Green #6C770F

Tints of Fiji Green #6C770F

Color information

#6C770F (or 0x6C770F) is unknown color: approx Fiji Green. HEX triplet: 6C, 77 and 0F. RGB value is (108,119,15). Sum of RGB (Red+Green+Blue) = 108+119+15=242 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.63% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #6C770F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C770F is #9388F0. Grayscale: #686868. Windows color (decimal): -9668849 or 1013612. OLE color: 1013612.

HSL color Cylindrical-coordinate representation of color #6C770F: hue angle of 66.35º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C770F is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB10811915-
CMYK0.0900.870.53
HSL66.35º77.61%26.27%-
HSV(B)66.35º87.39%46.67%-
XYZ12.8716.422.94-
YUV103.8577.86130.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.63%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 15 (6.25% from 255) = 6.20%
R=44.63%
G=49.17%
B=6.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108119150.0900.870.5366.3577.6126.27
Hex6C77F905735424e1a
Octal154167171101276510211632
Binary1101100111011111111001010101111101011000010100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C770F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,119,15); }

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

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

 a { background-color: rgb(108,119,15); }

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

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

 span { border-color: rgb(108,119,15); }

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