Html Css Color HEX #64990C Olive Drab

📋 copy color: '#64990C'

red 100 ◦ green 153 ◦ blue 12

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

Shades of Olive Drab #64990C

Tints of Olive Drab #64990C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.74%

 BLUE value IS 12 (5.08% from 255) = 4.53%

R = 37.74%
G = 57.74%
B = 4.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#64990C (or 0x64990C) is known color: Olive Drab. HEX triplet: 64, 99 and 0C. RGB value is (100,153,12). Sum of RGB (Red+Green+Blue) = 100+153+12=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #64990C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64990C is #9B66F3. Grayscale: #797979. Windows color (decimal): -10184436 or 825700. OLE color: 825700.

HSL color Cylindrical-coordinate representation of color #64990C: hue angle of 82.55º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64990C is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 12 -
CMYK 0.35 0 0.92 0.4
HSL 82.55º 0.85% 0.32% -
HSV(B) 82.55º 0.92% 0.6% -
XYZ 16.71 25.52 4.39 -
YUV 121.08 66.44 112.96 -
System Red Green Blue C M Y K H S L
Decimal 100 153 12 0.35 0 0.92 0.4 82.55 0.85 0.32
Hex 64 99 C 23 0 5C 28 53 55 20
Octal 144 231 14 43 0 134 50 123 125 40
Binary 1100100 10011001 1100 100011 0 1011100 101000 1010011 1010101 100000

Color Harmonies of #64990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64990C

Black with #64990C

Text Example


Text Example

White with #64990C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,153,12); }

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

background-color css

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

 a { background-color: rgb(100,153,12); }

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

border-color css

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

 span { border-color: rgb(100,153,12); }

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