Html Css Color HEX #64961B Olive Drab

📋 copy color: '#64961B'

red 100 ◦ green 150 ◦ blue 27

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

Shades of Olive Drab #64961B

Tints of Olive Drab #64961B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.15%

 BLUE value IS 27 (10.94% from 255) = 9.75%

R = 36.1%
G = 54.15%
B = 9.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#64961B (or 0x64961B) is known color: Olive Drab. HEX triplet: 64, 96 and 1B. RGB value is (100,150,27). Sum of RGB (Red+Green+Blue) = 100+150+27=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #64961B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64961B is #9B69E4. Grayscale: #797979. Windows color (decimal): -10185189 or 1807972. OLE color: 1807972.

HSL color Cylindrical-coordinate representation of color #64961B: hue angle of 84.39º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #64961B is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 150 27 -
CMYK 0.33 0 0.82 0.41
HSL 84.39º 0.69% 0.35% -
HSV(B) 84.39º 0.82% 0.59% -
XYZ 16.36 24.6 4.92 -
YUV 121.03 74.94 113 -
System Red Green Blue C M Y K H S L
Decimal 100 150 27 0.33 0 0.82 0.41 84.39 0.69 0.35
Hex 64 96 1B 21 0 52 29 54 45 23
Octal 144 226 33 41 0 122 51 124 105 43
Binary 1100100 10010110 11011 100001 0 1010010 101001 1010100 1000101 100011

Color Harmonies of #64961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64961B

Black with #64961B

Text Example


Text Example

White with #64961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64961B; }

 p { color: rgb(100,150,27); }

 H1.HeaderClassName
 {
   color: #64961B;
 }
 .AnyTagClassName
 {
   color: #64961B;
 }
</style>

background-color css

<style>
 a { background-color: #64961B; }

 a { background-color: rgb(100,150,27); }

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

border-color css

<style>
 span { border-color: #64961B; }

 span { border-color: rgb(100,150,27); }

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