Html Css Color HEX #63740D Fiji Green

📋 copy color: '#63740D'

red 99 ◦ green 116 ◦ blue 13

#63740D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #63740D

Tints of Fiji Green #63740D

RGB

 RED value IS 99 (39.06% from 255) = 43.42%

 GREEN value IS 116 (45.7% from 255) = 50.88%

 BLUE value IS 13 (5.47% from 255) = 5.7%

R = 43.42%
G = 50.88%
B = 5.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#63740D (or 0x63740D) is known color: 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

RGB 99 116 13 -
CMYK 0.15 0 0.89 0.55
HSL 69.9º 0.8% 0.25% -
HSV(B) 69.9º 0.89% 0.45% -
XYZ 11.46 15.17 2.71 -
YUV 99.18 79.37 127.88 -
System Red Green Blue C M Y K H S L
Decimal 99 116 13 0.15 0 0.89 0.55 69.9 0.8 0.25
Hex 63 74 D F 0 59 37 46 50 19
Octal 143 164 15 17 0 131 67 106 120 31
Binary 1100011 1110100 1101 1111 0 1011001 110111 1000110 1010000 11001

Color Harmonies of #63740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63740D

Black with #63740D

Text Example


Text Example

White with #63740D

Text Example


Text Example

HTML Codes & Css Web 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>