Html Css Color HEX #639618 Olive Drab

📋 copy color: '#639618'

red 99 ◦ green 150 ◦ blue 24

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

Shades of Olive Drab #639618

Tints of Olive Drab #639618

RGB

 RED value IS 99 (39.06% from 255) = 36.26%

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

 BLUE value IS 24 (9.77% from 255) = 8.79%

R = 36.26%
G = 54.95%
B = 8.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#639618 (or 0x639618) is known color: Olive Drab. HEX triplet: 63, 96 and 18. RGB value is (99,150,24). Sum of RGB (Red+Green+Blue) = 99+150+24=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #639618 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639618 is #9C69E7. Grayscale: #787878. Windows color (decimal): -10250728 or 1611363. OLE color: 1611363.

HSL color Cylindrical-coordinate representation of color #639618: hue angle of 84.29º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #639618 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 150 24 -
CMYK 0.34 0 0.84 0.41
HSL 84.29º 0.72% 0.34% -
HSV(B) 84.29º 0.84% 0.59% -
XYZ 16.22 24.53 4.74 -
YUV 120.39 73.6 112.75 -
System Red Green Blue C M Y K H S L
Decimal 99 150 24 0.34 0 0.84 0.41 84.29 0.72 0.34
Hex 63 96 18 22 0 54 29 54 48 22
Octal 143 226 30 42 0 124 51 124 110 42
Binary 1100011 10010110 11000 100010 0 1010100 101001 1010100 1001000 100010

Color Harmonies of #639618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639618

Black with #639618

Text Example


Text Example

White with #639618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639618; }

 p { color: rgb(99,150,24); }

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

background-color css

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

 a { background-color: rgb(99,150,24); }

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

border-color css

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

 span { border-color: rgb(99,150,24); }

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