Html Css Color HEX #64761A Fiji Green

📋 copy color: '#64761A'

red 100 ◦ green 118 ◦ blue 26

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

Shades of Fiji Green #64761A

Tints of Fiji Green #64761A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.66%

R = 40.98%
G = 48.36%
B = 10.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#64761A (or 0x64761A) is known color: Fiji Green. HEX triplet: 64, 76 and 1A. RGB value is (100,118,26). Sum of RGB (Red+Green+Blue) = 100+118+26=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #64761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64761A is #9B89E5. Grayscale: #666666. Windows color (decimal): -10193382 or 1734244. OLE color: 1734244.

HSL color Cylindrical-coordinate representation of color #64761A: hue angle of 71.74º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64761A is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 118 26 -
CMYK 0.15 0 0.78 0.54
HSL 71.74º 0.64% 0.28% -
HSV(B) 71.74º 0.78% 0.46% -
XYZ 11.92 15.74 3.39 -
YUV 102.13 85.04 126.48 -
System Red Green Blue C M Y K H S L
Decimal 100 118 26 0.15 0 0.78 0.54 71.74 0.64 0.28
Hex 64 76 1A F 0 4E 36 48 40 1C
Octal 144 166 32 17 0 116 66 110 100 34
Binary 1100100 1110110 11010 1111 0 1001110 110110 1001000 1000000 11100

Color Harmonies of #64761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64761A

Black with #64761A

Text Example


Text Example

White with #64761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64761A; }

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

 H1.HeaderClassName
 {
   color: #64761A;
 }
 .AnyTagClassName
 {
   color: #64761A;
 }
</style>

background-color css

<style>
 a { background-color: #64761A; }

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

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

border-color css

<style>
 span { border-color: #64761A; }

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

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