#67770C

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

Shades of Fiji Green #67770C

Tints of Fiji Green #67770C

Color information

#67770C (or 0x67770C) is unknown color: approx Fiji Green. HEX triplet: 67, 77 and 0C. RGB value is (103,119,12). Sum of RGB (Red+Green+Blue) = 103+119+12=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #67770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67770C is #9888F3. Grayscale: #666666. Windows color (decimal): -9996532 or 816999. OLE color: 816999.

HSL color Cylindrical-coordinate representation of color #67770C: hue angle of 68.97º 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 #67770C is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB10311912-
CMYK0.1300.900.53
HSL68.97º81.68%25.69%-
HSV(B)68.97º89.92%46.67%-
XYZ12.2616.12.81-
YUV102.0277.2128.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.02%
GREEN value IS 119 (46.88% from 255) = 50.85%
BLUE value IS 12 (5.08% from 255) = 5.13%
R=44.02%
G=50.85%
B=5.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103119120.1300.900.5368.9781.6825.69
Hex6777CD05A3545521a
Octal147167141501326510512232
Binary1100111111011111001101010110101101011000101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67770C; }

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

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

<style>
 a { background-color: #67770C; }

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

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

<style>
 span { border-color: #67770C; }

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

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