#63770C

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

Shades of Fiji Green #63770C

Tints of Fiji Green #63770C

Color information

#63770C (or 0x63770C) is unknown color: approx Fiji Green. HEX triplet: 63, 77 and 0C. RGB value is (99,119,12). Sum of RGB (Red+Green+Blue) = 99+119+12=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #63770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63770C is #9C88F3. Grayscale: #656565. Windows color (decimal): -10258676 or 816995. OLE color: 816995.

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

Color convert

RGB9911912-
CMYK0.1700.900.53
HSL71.21º81.68%25.69%-
HSV(B)71.21º89.92%46.67%-
XYZ11.8115.872.79-
YUV100.8277.87126.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 119 (46.88% from 255) = 51.74%
BLUE value IS 12 (5.08% from 255) = 5.22%
R=43.04%
G=51.74%
B=5.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99119120.1700.900.5371.2181.6825.69
Hex6377C1105A3547521a
Octal143167142101326510712232
Binary11000111110111110010001010110101101011000111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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