Html Css Color HEX #638A16 Olive Drab

📋 copy color: '#638A16'

red 99 ◦ green 138 ◦ blue 22

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

Shades of Olive Drab #638A16

Tints of Olive Drab #638A16

RGB

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

 GREEN value IS 138 (54.3% from 255) = 53.28%

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

R = 38.22%
G = 53.28%
B = 8.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#638A16 (or 0x638A16) is known color: Olive Drab. HEX triplet: 63, 8A and 16. RGB value is (99,138,22). Sum of RGB (Red+Green+Blue) = 99+138+22=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 138 (54.30% from 255 or 53.28% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 138 - color contains mainly: green. Hex color #638A16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638A16 is #9C75E9. Grayscale: #717171. Windows color (decimal): -10253802 or 1477219. OLE color: 1477219.

HSL color Cylindrical-coordinate representation of color #638A16: hue angle of 80.17º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #638A16 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 138 22 -
CMYK 0.28 0 0.84 0.46
HSL 80.17º 0.73% 0.31% -
HSV(B) 80.17º 0.84% 0.54% -
XYZ 14.38 20.89 4.03 -
YUV 113.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 99 138 22 0.28 0 0.84 0.46 80.17 0.73 0.31
Hex 63 8A 16 1C 0 54 2E 50 48 1F
Octal 143 212 26 34 0 124 56 120 110 37
Binary 1100011 10001010 10110 11100 0 1010100 101110 1010000 1001000 11111

Color Harmonies of #638A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638A16

Black with #638A16

Text Example


Text Example

White with #638A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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