Html Css Color HEX #638915 Olive Drab

📋 copy color: '#638915'

red 99 ◦ green 137 ◦ blue 21

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

Shades of Olive Drab #638915

Tints of Olive Drab #638915

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.31%

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

R = 38.52%
G = 53.31%
B = 8.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#638915 (or 0x638915) is known color: Olive Drab. HEX triplet: 63, 89 and 15. RGB value is (99,137,21). Sum of RGB (Red+Green+Blue) = 99+137+21=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #638915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638915 is #9C76EA. Grayscale: #707070. Windows color (decimal): -10254059 or 1411427. OLE color: 1411427.

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

Color convert

RGB 99 137 21 -
CMYK 0.28 0 0.85 0.46
HSL 79.66º 0.73% 0.31% -
HSV(B) 79.66º 0.85% 0.54% -
XYZ 14.23 20.6 3.94 -
YUV 112.41 76.41 118.43 -
System Red Green Blue C M Y K H S L
Decimal 99 137 21 0.28 0 0.85 0.46 79.66 0.73 0.31
Hex 63 89 15 1C 0 55 2E 50 49 1F
Octal 143 211 25 34 0 125 56 120 111 37
Binary 1100011 10001001 10101 11100 0 1010101 101110 1010000 1001001 11111

Color Harmonies of #638915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638915

Black with #638915

Text Example


Text Example

White with #638915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638915; }

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

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

background-color css

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

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

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

border-color css

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

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

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