Html Css Color HEX #638F20 Olive Drab

📋 copy color: '#638F20'

red 99 ◦ green 143 ◦ blue 32

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

Shades of Olive Drab #638F20

Tints of Olive Drab #638F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.68%

R = 36.13%
G = 52.19%
B = 11.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#638F20 (or 0x638F20) is known color: Olive Drab. HEX triplet: 63, 8F and 20. RGB value is (99,143,32). Sum of RGB (Red+Green+Blue) = 99+143+32=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #638F20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638F20 is #9C70DF. Grayscale: #757575. Windows color (decimal): -10252512 or 2133859. OLE color: 2133859.

HSL color Cylindrical-coordinate representation of color #638F20: hue angle of 83.78º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #638F20 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 143 32 -
CMYK 0.31 0 0.78 0.44
HSL 83.78º 0.63% 0.34% -
HSV(B) 83.78º 0.78% 0.56% -
XYZ 15.23 22.4 4.89 -
YUV 117.19 79.92 115.03 -
System Red Green Blue C M Y K H S L
Decimal 99 143 32 0.31 0 0.78 0.44 83.78 0.63 0.34
Hex 63 8F 20 1F 0 4E 2C 54 3F 22
Octal 143 217 40 37 0 116 54 124 77 42
Binary 1100011 10001111 100000 11111 0 1001110 101100 1010100 111111 100010

Color Harmonies of #638F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638F20

Black with #638F20

Text Example


Text Example

White with #638F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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