Html Css Color HEX #639015 Olive Drab

📋 copy color: '#639015'

red 99 ◦ green 144 ◦ blue 21

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

Shades of Olive Drab #639015

Tints of Olive Drab #639015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.55%

 BLUE value IS 21 (8.59% from 255) = 7.95%

R = 37.5%
G = 54.55%
B = 7.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#639015 (or 0x639015) is known color: Olive Drab. HEX triplet: 63, 90 and 15. RGB value is (99,144,21). Sum of RGB (Red+Green+Blue) = 99+144+21=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #639015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639015 is #9C6FEA. Grayscale: #747474. Windows color (decimal): -10252267 or 1413219. OLE color: 1413219.

HSL color Cylindrical-coordinate representation of color #639015: hue angle of 81.95º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #639015 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 144 21 -
CMYK 0.31 0 0.85 0.44
HSL 81.95º 0.75% 0.32% -
HSV(B) 81.95º 0.85% 0.56% -
XYZ 15.25 22.65 4.28 -
YUV 116.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 99 144 21 0.31 0 0.85 0.44 81.95 0.75 0.32
Hex 63 90 15 1F 0 55 2C 52 4B 20
Octal 143 220 25 37 0 125 54 122 113 40
Binary 1100011 10010000 10101 11111 0 1010101 101100 1010010 1001011 100000

Color Harmonies of #639015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639015

Black with #639015

Text Example


Text Example

White with #639015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639015; }

 p { color: rgb(99,144,21); }

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

background-color css

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

 a { background-color: rgb(99,144,21); }

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

border-color css

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

 span { border-color: rgb(99,144,21); }

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