Html Css Color HEX #638F15 Olive Drab

📋 copy color: '#638F15'

red 99 ◦ green 143 ◦ blue 21

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

Shades of Olive Drab #638F15

Tints of Olive Drab #638F15

RGB

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

 GREEN value IS 143 (56.25% from 255) = 54.37%

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

R = 37.64%
G = 54.37%
B = 7.98%

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

#638F15 (or 0x638F15) is known color: Olive Drab. HEX triplet: 63, 8F and 15. RGB value is (99,143,21). Sum of RGB (Red+Green+Blue) = 99+143+21=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 143 (56.25% from 255 or 54.37% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 143 - color contains mainly: green. Hex color #638F15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638F15 is #9C70EA. Grayscale: #747474. Windows color (decimal): -10252523 or 1412963. OLE color: 1412963.

HSL color Cylindrical-coordinate representation of color #638F15: hue angle of 81.64º degrees, saturation: 0.74, 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 #638F15 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 143 21 -
CMYK 0.31 0 0.85 0.44
HSL 81.64º 0.74% 0.32% -
HSV(B) 81.64º 0.85% 0.56% -
XYZ 15.1 22.35 4.23 -
YUV 115.94 74.42 115.92 -
System Red Green Blue C M Y K H S L
Decimal 99 143 21 0.31 0 0.85 0.44 81.64 0.74 0.32
Hex 63 8F 15 1F 0 55 2C 52 4A 20
Octal 143 217 25 37 0 125 54 122 112 40
Binary 1100011 10001111 10101 11111 0 1010101 101100 1010010 1001010 100000

Color Harmonies of #638F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638F15

Black with #638F15

Text Example


Text Example

White with #638F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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