Html Css Color HEX #638022 Olive Drab

📋 copy color: '#638022'

red 99 ◦ green 128 ◦ blue 34

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

Shades of Olive Drab #638022

Tints of Olive Drab #638022

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.04%

 BLUE value IS 34 (13.67% from 255) = 13.03%

R = 37.93%
G = 49.04%
B = 13.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#638022 (or 0x638022) is known color: Olive Drab. HEX triplet: 63, 80 and 22. RGB value is (99,128,34). Sum of RGB (Red+Green+Blue) = 99+128+34=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 128 (50.39% from 255 or 49.04% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 128 - color contains mainly: green. Hex color #638022 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638022 is #9C7FDD. Grayscale: #6C6C6C. Windows color (decimal): -10256350 or 2261091. OLE color: 2261091.

HSL color Cylindrical-coordinate representation of color #638022: hue angle of 78.51º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #638022 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 128 34 -
CMYK 0.23 0 0.73 0.50
HSL 78.51º 0.58% 0.32% -
HSV(B) 78.51º 0.73% 0.5% -
XYZ 13.15 18.21 4.33 -
YUV 108.61 85.89 121.14 -
System Red Green Blue C M Y K H S L
Decimal 99 128 34 0.23 0 0.73 0.50 78.51 0.58 0.32
Hex 63 80 22 17 0 49 32 4F 3A 20
Octal 143 200 42 27 0 111 62 117 72 40
Binary 1100011 10000000 100010 10111 0 1001001 110010 1001111 111010 100000

Color Harmonies of #638022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638022

Black with #638022

Text Example


Text Example

White with #638022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638022; }

 p { color: rgb(99,128,34); }

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

background-color css

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

 a { background-color: rgb(99,128,34); }

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

border-color css

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

 span { border-color: rgb(99,128,34); }

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