Html Css Color HEX #638F16 Olive Drab

📋 copy color: '#638F16'

red 99 ◦ green 143 ◦ blue 22

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

Shades of Olive Drab #638F16

Tints of Olive Drab #638F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.33%

R = 37.5%
G = 54.17%
B = 8.33%

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

#638F16 (or 0x638F16) is known color: Olive Drab. HEX triplet: 63, 8F and 16. RGB value is (99,143,22). Sum of RGB (Red+Green+Blue) = 99+143+22=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 143 (56.25% from 255 or 54.17% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 143 - color contains mainly: green. Hex color #638F16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638F16 is #9C70E9. Grayscale: #747474. Windows color (decimal): -10252522 or 1478499. OLE color: 1478499.

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

Color convert

RGB 99 143 22 -
CMYK 0.31 0 0.85 0.44
HSL 81.82º 0.73% 0.32% -
HSV(B) 81.82º 0.85% 0.56% -
XYZ 15.11 22.36 4.28 -
YUV 116.05 74.92 115.84 -
System Red Green Blue C M Y K H S L
Decimal 99 143 22 0.31 0 0.85 0.44 81.82 0.73 0.32
Hex 63 8F 16 1F 0 55 2C 52 49 20
Octal 143 217 26 37 0 125 54 122 111 40
Binary 1100011 10001111 10110 11111 0 1010101 101100 1010010 1001001 100000

Color Harmonies of #638F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638F16

Black with #638F16

Text Example


Text Example

White with #638F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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