Html Css Color HEX #64841C Olive Drab

📋 copy color: '#64841C'

red 100 ◦ green 132 ◦ blue 28

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

Shades of Olive Drab #64841C

Tints of Olive Drab #64841C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.77%

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

R = 38.46%
G = 50.77%
B = 10.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#64841C (or 0x64841C) is known color: Olive Drab. HEX triplet: 64, 84 and 1C. RGB value is (100,132,28). Sum of RGB (Red+Green+Blue) = 100+132+28=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #64841C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64841C is #9B7BE3. Grayscale: #6E6E6E. Windows color (decimal): -10189796 or 1868900. OLE color: 1868900.

HSL color Cylindrical-coordinate representation of color #64841C: hue angle of 78.46º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64841C is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 132 28 -
CMYK 0.24 0 0.79 0.48
HSL 78.46º 0.65% 0.31% -
HSV(B) 78.46º 0.79% 0.52% -
XYZ 13.72 19.3 4.1 -
YUV 110.58 81.4 120.46 -
System Red Green Blue C M Y K H S L
Decimal 100 132 28 0.24 0 0.79 0.48 78.46 0.65 0.31
Hex 64 84 1C 18 0 4F 30 4E 41 1F
Octal 144 204 34 30 0 117 60 116 101 37
Binary 1100100 10000100 11100 11000 0 1001111 110000 1001110 1000001 11111

Color Harmonies of #64841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64841C

Black with #64841C

Text Example


Text Example

White with #64841C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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