Html Css Color HEX #64741D Fiji Green

📋 copy color: '#64741D'

red 100 ◦ green 116 ◦ blue 29

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

Shades of Fiji Green #64741D

Tints of Fiji Green #64741D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 40.82%
G = 47.35%
B = 11.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#64741D (or 0x64741D) is known color: Fiji Green. HEX triplet: 64, 74 and 1D. RGB value is (100,116,29). Sum of RGB (Red+Green+Blue) = 100+116+29=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #64741D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64741D is #9B8BE2. Grayscale: #656565. Windows color (decimal): -10193891 or 1930340. OLE color: 1930340.

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

Color convert

RGB 100 116 29 -
CMYK 0.14 0 0.75 0.55
HSL 71.03º 0.6% 0.28% -
HSV(B) 71.03º 0.75% 0.45% -
XYZ 11.72 15.29 3.5 -
YUV 101.3 87.2 127.07 -
System Red Green Blue C M Y K H S L
Decimal 100 116 29 0.14 0 0.75 0.55 71.03 0.6 0.28
Hex 64 74 1D E 0 4B 37 47 3C 1C
Octal 144 164 35 16 0 113 67 107 74 34
Binary 1100100 1110100 11101 1110 0 1001011 110111 1000111 111100 11100

Color Harmonies of #64741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64741D

Black with #64741D

Text Example


Text Example

White with #64741D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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