Html Css Color HEX #64761C Fiji Green

📋 copy color: '#64761C'

red 100 ◦ green 118 ◦ blue 28

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

Shades of Fiji Green #64761C

Tints of Fiji Green #64761C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.38%

R = 40.65%
G = 47.97%
B = 11.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#64761C (or 0x64761C) is known color: Fiji Green. HEX triplet: 64, 76 and 1C. RGB value is (100,118,28). Sum of RGB (Red+Green+Blue) = 100+118+28=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #64761C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64761C is #9B89E3. Grayscale: #666666. Windows color (decimal): -10193380 or 1865316. OLE color: 1865316.

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

Color convert

RGB 100 118 28 -
CMYK 0.15 0 0.76 0.54
HSL 72º 0.62% 0.29% -
HSV(B) 72º 0.76% 0.46% -
XYZ 11.94 15.75 3.51 -
YUV 102.36 86.04 126.32 -
System Red Green Blue C M Y K H S L
Decimal 100 118 28 0.15 0 0.76 0.54 72 0.62 0.29
Hex 64 76 1C F 0 4C 36 48 3E 1D
Octal 144 166 34 17 0 114 66 110 76 35
Binary 1100100 1110110 11100 1111 0 1001100 110110 1001000 111110 11101

Color Harmonies of #64761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64761C

Black with #64761C

Text Example


Text Example

White with #64761C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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