Html Css Color HEX #64711B Fiji Green

📋 copy color: '#64711B'

red 100 ◦ green 113 ◦ blue 27

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

Shades of Fiji Green #64711B

Tints of Fiji Green #64711B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.25%

R = 41.67%
G = 47.08%
B = 11.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#64711B (or 0x64711B) is known color: Fiji Green. HEX triplet: 64, 71 and 1B. RGB value is (100,113,27). Sum of RGB (Red+Green+Blue) = 100+113+27=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #64711B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64711B is #9B8EE4. Grayscale: #636363. Windows color (decimal): -10194661 or 1798500. OLE color: 1798500.

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

Color convert

RGB 100 113 27 -
CMYK 0.12 0 0.76 0.56
HSL 69.07º 0.61% 0.27% -
HSV(B) 69.07º 0.76% 0.44% -
XYZ 11.36 14.6 3.26 -
YUV 99.31 87.19 128.49 -
System Red Green Blue C M Y K H S L
Decimal 100 113 27 0.12 0 0.76 0.56 69.07 0.61 0.27
Hex 64 71 1B C 0 4C 38 45 3D 1B
Octal 144 161 33 14 0 114 70 105 75 33
Binary 1100100 1110001 11011 1100 0 1001100 111000 1000101 111101 11011

Color Harmonies of #64711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64711B

Black with #64711B

Text Example


Text Example

White with #64711B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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