Html Css Color HEX #64760E Fiji Green

📋 copy color: '#64760E'

red 100 ◦ green 118 ◦ blue 14

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

Shades of Fiji Green #64760E

Tints of Fiji Green #64760E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.86%

 BLUE value IS 14 (5.86% from 255) = 6.03%

R = 43.1%
G = 50.86%
B = 6.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#64760E (or 0x64760E) is known color: Fiji Green. HEX triplet: 64, 76 and 0E. RGB value is (100,118,14). Sum of RGB (Red+Green+Blue) = 100+118+14=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #64760E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #64760E is #9B89F1. Grayscale: #656565. Windows color (decimal): -10193394 or 947812. OLE color: 947812.

HSL color Cylindrical-coordinate representation of color #64760E: hue angle of 70.38º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64760E is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 118 14 -
CMYK 0.15 0 0.88 0.54
HSL 70.38º 0.79% 0.26% -
HSV(B) 70.38º 0.88% 0.46% -
XYZ 11.81 15.7 2.82 -
YUV 100.76 79.04 127.46 -
System Red Green Blue C M Y K H S L
Decimal 100 118 14 0.15 0 0.88 0.54 70.38 0.79 0.26
Hex 64 76 E F 0 58 36 46 4F 1A
Octal 144 166 16 17 0 130 66 106 117 32
Binary 1100100 1110110 1110 1111 0 1011000 110110 1000110 1001111 11010

Color Harmonies of #64760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64760E

Black with #64760E

Text Example


Text Example

White with #64760E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64760E; }

 p { color: rgb(100,118,14); }

 H1.HeaderClassName
 {
   color: #64760E;
 }
 .AnyTagClassName
 {
   color: #64760E;
 }
</style>

background-color css

<style>
 a { background-color: #64760E; }

 a { background-color: rgb(100,118,14); }

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

border-color css

<style>
 span { border-color: #64760E; }

 span { border-color: rgb(100,118,14); }

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