#63770F

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

Shades of Fiji Green #63770F

Tints of Fiji Green #63770F

Color information

#63770F (or 0x63770F) is unknown color: approx Fiji Green. HEX triplet: 63, 77 and 0F. RGB value is (99,119,15). Sum of RGB (Red+Green+Blue) = 99+119+15=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #63770F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63770F is #9C88F0. Grayscale: #656565. Windows color (decimal): -10258673 or 1013603. OLE color: 1013603.

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

Color convert

RGB9911915-
CMYK0.1700.870.53
HSL71.54º77.61%26.27%-
HSV(B)71.54º87.39%46.67%-
XYZ11.8315.882.89-
YUV101.1679.37126.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.49%
GREEN value IS 119 (46.88% from 255) = 51.07%
BLUE value IS 15 (6.25% from 255) = 6.44%
R=42.49%
G=51.07%
B=6.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99119150.1700.870.5371.5477.6126.27
Hex6377F1105735484e1a
Octal143167172101276511011632
Binary11000111110111111110001010101111101011001000100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63770F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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