#67770A

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

Shades of Fiji Green #67770A

Tints of Fiji Green #67770A

Color information

#67770A (or 0x67770A) is unknown color: approx Fiji Green. HEX triplet: 67, 77 and 0A. RGB value is (103,119,10). Sum of RGB (Red+Green+Blue) = 103+119+10=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #67770A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67770A is #9888F5. Grayscale: #666666. Windows color (decimal): -9996534 or 685927. OLE color: 685927.

HSL color Cylindrical-coordinate representation of color #67770A: hue angle of 68.81º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67770A is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB10311910-
CMYK0.1300.920.53
HSL68.81º84.5%25.29%-
HSV(B)68.81º91.6%46.67%-
XYZ12.2516.12.75-
YUV101.7976.2128.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.40%
GREEN value IS 119 (46.88% from 255) = 51.29%
BLUE value IS 10 (4.30% from 255) = 4.31%
R=44.40%
G=51.29%
B=4.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103119100.1300.920.5368.8184.525.29
Hex6777AD05C35455419
Octal147167121501346510512431
Binary1100111111011110101101010111001101011000101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67770A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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