Html Css Color HEX #64710B Fiji Green

📋 copy color: '#64710B'

red 100 ◦ green 113 ◦ blue 11

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

Shades of Fiji Green #64710B

Tints of Fiji Green #64710B

RGB

 RED value IS 100 (39.45% from 255) = 44.64%

 GREEN value IS 113 (44.53% from 255) = 50.45%

 BLUE value IS 11 (4.69% from 255) = 4.91%

R = 44.64%
G = 50.45%
B = 4.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#64710B (or 0x64710B) is known color: Fiji Green. HEX triplet: 64, 71 and 0B. RGB value is (100,113,11). Sum of RGB (Red+Green+Blue) = 100+113+11=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #64710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64710B is #9B8EF4. Grayscale: #616161. Windows color (decimal): -10194677 or 749924. OLE color: 749924.

HSL color Cylindrical-coordinate representation of color #64710B: hue angle of 67.65º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64710B is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 113 11 -
CMYK 0.12 0 0.90 0.56
HSL 67.65º 0.82% 0.24% -
HSV(B) 67.65º 0.9% 0.44% -
XYZ 11.22 14.54 2.53 -
YUV 97.49 79.19 129.79 -
System Red Green Blue C M Y K H S L
Decimal 100 113 11 0.12 0 0.90 0.56 67.65 0.82 0.24
Hex 64 71 B C 0 5A 38 44 52 18
Octal 144 161 13 14 0 132 70 104 122 30
Binary 1100100 1110001 1011 1100 0 1011010 111000 1000100 1010010 11000

Color Harmonies of #64710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64710B

Black with #64710B

Text Example


Text Example

White with #64710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64710B; }

 p { color: rgb(100,113,11); }

 H1.HeaderClassName
 {
   color: #64710B;
 }
 .AnyTagClassName
 {
   color: #64710B;
 }
</style>

background-color css

<style>
 a { background-color: #64710B; }

 a { background-color: rgb(100,113,11); }

 div.DivClassName
 {
   background-color: #64710B;
 }
 .BgClassName
 {
   background-color: #64710B;
 }
</style>

border-color css

<style>
 span { border-color: #64710B; }

 span { border-color: rgb(100,113,11); }

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