Html Css Color HEX #639315 Olive Drab

📋 copy color: '#639315'

red 99 ◦ green 147 ◦ blue 21

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

Shades of Olive Drab #639315

Tints of Olive Drab #639315

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.06%

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

R = 37.08%
G = 55.06%
B = 7.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#639315 (or 0x639315) is known color: Olive Drab. HEX triplet: 63, 93 and 15. RGB value is (99,147,21). Sum of RGB (Red+Green+Blue) = 99+147+21=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #639315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639315 is #9C6CEA. Grayscale: #767676. Windows color (decimal): -10251499 or 1413987. OLE color: 1413987.

HSL color Cylindrical-coordinate representation of color #639315: hue angle of 82.86º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #639315 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 147 21 -
CMYK 0.33 0 0.86 0.42
HSL 82.86º 0.75% 0.33% -
HSV(B) 82.86º 0.86% 0.58% -
XYZ 15.71 23.57 4.43 -
YUV 118.28 73.1 114.25 -
System Red Green Blue C M Y K H S L
Decimal 99 147 21 0.33 0 0.86 0.42 82.86 0.75 0.33
Hex 63 93 15 21 0 56 2A 53 4B 21
Octal 143 223 25 41 0 126 52 123 113 41
Binary 1100011 10010011 10101 100001 0 1010110 101010 1010011 1001011 100001

Color Harmonies of #639315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639315

Black with #639315

Text Example


Text Example

White with #639315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639315; }

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

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

background-color css

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

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

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

border-color css

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

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

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