#63740D

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

Shades of Fiji Green #63740D

Tints of Fiji Green #63740D

Color information

#63740D (or 0x63740D) is unknown color: approx Fiji Green. HEX triplet: 63, 74 and 0D. RGB value is (99,116,13). Sum of RGB (Red+Green+Blue) = 99+116+13=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #63740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63740D is #9C8BF2. Grayscale: #636363. Windows color (decimal): -10259443 or 881763. OLE color: 881763.

HSL color Cylindrical-coordinate representation of color #63740D: hue angle of 69.9º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63740D is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB9911613-
CMYK0.1500.890.55
HSL69.9º79.84%25.29%-
HSV(B)69.9º88.79%45.49%-
XYZ11.4615.172.71-
YUV99.1879.37127.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 116 (45.70% from 255) = 50.88%
BLUE value IS 13 (5.47% from 255) = 5.70%
R=43.42%
G=50.88%
B=5.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal99116130.1500.890.5569.979.8425.29
Hex6374DF05937465019
Octal143164151701316710612031
Binary1100011111010011011111010110011101111000110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63740D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63740D; }

 p { color: rgb(99,116,13); }

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

<style>
 a { background-color: #63740D; }

 a { background-color: rgb(99,116,13); }

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

<style>
 span { border-color: #63740D; }

 span { border-color: rgb(99,116,13); }

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