Html Css Color HEX #64751C Fiji Green

📋 copy color: '#64751C'

red 100 ◦ green 117 ◦ blue 28

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

Shades of Fiji Green #64751C

Tints of Fiji Green #64751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.76%

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

R = 40.82%
G = 47.76%
B = 11.43%

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

#64751C (or 0x64751C) is known color: Fiji Green. HEX triplet: 64, 75 and 1C. RGB value is (100,117,28). Sum of RGB (Red+Green+Blue) = 100+117+28=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 117 (46.09% from 255 or 47.76% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 117 - color contains mainly: green. Hex color #64751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64751C is #9B8AE3. Grayscale: #666666. Windows color (decimal): -10193636 or 1865060. OLE color: 1865060.

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

Color convert

RGB 100 117 28 -
CMYK 0.15 0 0.76 0.54
HSL 71.46º 0.61% 0.28% -
HSV(B) 71.46º 0.76% 0.46% -
XYZ 11.83 15.52 3.47 -
YUV 101.77 86.37 126.74 -
System Red Green Blue C M Y K H S L
Decimal 100 117 28 0.15 0 0.76 0.54 71.46 0.61 0.28
Hex 64 75 1C F 0 4C 36 47 3D 1C
Octal 144 165 34 17 0 114 66 107 75 34
Binary 1100100 1110101 11100 1111 0 1001100 110110 1000111 111101 11100

Color Harmonies of #64751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64751C

Black with #64751C

Text Example


Text Example

White with #64751C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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