Html Css Color HEX #64741C Fiji Green

📋 copy color: '#64741C'

red 100 ◦ green 116 ◦ blue 28

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

Shades of Fiji Green #64741C

Tints of Fiji Green #64741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.54%

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

R = 40.98%
G = 47.54%
B = 11.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#64741C (or 0x64741C) is known color: Fiji Green. HEX triplet: 64, 74 and 1C. RGB value is (100,116,28). Sum of RGB (Red+Green+Blue) = 100+116+28=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #64741C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64741C is #9B8BE3. Grayscale: #656565. Windows color (decimal): -10193892 or 1864804. OLE color: 1864804.

HSL color Cylindrical-coordinate representation of color #64741C: hue angle of 70.91º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64741C is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 116 28 -
CMYK 0.14 0 0.76 0.55
HSL 70.91º 0.61% 0.28% -
HSV(B) 70.91º 0.76% 0.45% -
XYZ 11.71 15.28 3.43 -
YUV 101.18 86.7 127.16 -
System Red Green Blue C M Y K H S L
Decimal 100 116 28 0.14 0 0.76 0.55 70.91 0.61 0.28
Hex 64 74 1C E 0 4C 37 47 3D 1C
Octal 144 164 34 16 0 114 67 107 75 34
Binary 1100100 1110100 11100 1110 0 1001100 110111 1000111 111101 11100

Color Harmonies of #64741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64741C

Black with #64741C

Text Example


Text Example

White with #64741C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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