Html Css Color HEX #64711F Fiji Green

📋 copy color: '#64711F'

red 100 ◦ green 113 ◦ blue 31

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

Shades of Fiji Green #64711F

Tints of Fiji Green #64711F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.7%

R = 40.98%
G = 46.31%
B = 12.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#64711F (or 0x64711F) is known color: Fiji Green. HEX triplet: 64, 71 and 1F. RGB value is (100,113,31). Sum of RGB (Red+Green+Blue) = 100+113+31=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #64711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64711F is #9B8EE0. Grayscale: #646464. Windows color (decimal): -10194657 or 2060644. OLE color: 2060644.

HSL color Cylindrical-coordinate representation of color #64711F: hue angle of 69.51º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64711F is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 113 31 -
CMYK 0.12 0 0.73 0.56
HSL 69.51º 0.57% 0.28% -
HSV(B) 69.51º 0.73% 0.44% -
XYZ 11.41 14.62 3.52 -
YUV 99.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 100 113 31 0.12 0 0.73 0.56 69.51 0.57 0.28
Hex 64 71 1F C 0 49 38 46 39 1C
Octal 144 161 37 14 0 111 70 106 71 34
Binary 1100100 1110001 11111 1100 0 1001001 111000 1000110 111001 11100

Color Harmonies of #64711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64711F

Black with #64711F

Text Example


Text Example

White with #64711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64711F;
 }
 .AnyTagClassName
 {
   color: #64711F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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