Html Css Color HEX #64871E Olive Drab

📋 copy color: '#64871E'

red 100 ◦ green 135 ◦ blue 30

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

Shades of Olive Drab #64871E

Tints of Olive Drab #64871E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.94%

 BLUE value IS 30 (12.11% from 255) = 11.32%

R = 37.74%
G = 50.94%
B = 11.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#64871E (or 0x64871E) is known color: Olive Drab. HEX triplet: 64, 87 and 1E. RGB value is (100,135,30). Sum of RGB (Red+Green+Blue) = 100+135+30=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #64871E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64871E is #9B78E1. Grayscale: #707070. Windows color (decimal): -10189026 or 2000740. OLE color: 2000740.

HSL color Cylindrical-coordinate representation of color #64871E: hue angle of 80º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64871E is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 135 30 -
CMYK 0.26 0 0.78 0.47
HSL 80º 0.64% 0.32% -
HSV(B) 80º 0.78% 0.53% -
XYZ 14.15 20.13 4.37 -
YUV 112.57 81.4 119.04 -
System Red Green Blue C M Y K H S L
Decimal 100 135 30 0.26 0 0.78 0.47 80 0.64 0.32
Hex 64 87 1E 1A 0 4E 2F 50 40 20
Octal 144 207 36 32 0 116 57 120 100 40
Binary 1100100 10000111 11110 11010 0 1001110 101111 1010000 1000000 100000

Color Harmonies of #64871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64871E

Black with #64871E

Text Example


Text Example

White with #64871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64871E; }

 p { color: rgb(100,135,30); }

 H1.HeaderClassName
 {
   color: #64871E;
 }
 .AnyTagClassName
 {
   color: #64871E;
 }
</style>

background-color css

<style>
 a { background-color: #64871E; }

 a { background-color: rgb(100,135,30); }

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

border-color css

<style>
 span { border-color: #64871E; }

 span { border-color: rgb(100,135,30); }

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