#6B770C

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

Shades of Fiji Green #6B770C

Tints of Fiji Green #6B770C

Color information

#6B770C (or 0x6B770C) is unknown color: approx Fiji Green. HEX triplet: 6B, 77 and 0C. RGB value is (107,119,12). Sum of RGB (Red+Green+Blue) = 107+119+12=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #6B770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B770C is #9488F3. Grayscale: #676767. Windows color (decimal): -9734388 or 817003. OLE color: 817003.

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

Color convert

RGB10711912-
CMYK0.1000.900.53
HSL66.73º81.68%25.69%-
HSV(B)66.73º89.92%46.67%-
XYZ12.7316.352.83-
YUV103.2176.52130.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.96%
GREEN value IS 119 (46.88% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 5.04%
R=44.96%
G=50%
B=5.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107119120.1000.900.5366.7381.6825.69
Hex6B77CA05A3543521a
Octal153167141201326510312232
Binary1101011111011111001010010110101101011000011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,119,12); }

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

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

 a { background-color: rgb(107,119,12); }

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

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

 span { border-color: rgb(107,119,12); }

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