Html Css Color HEX #638622 Olive Drab

📋 copy color: '#638622'

red 99 ◦ green 134 ◦ blue 34

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

Shades of Olive Drab #638622

Tints of Olive Drab #638622

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.19%

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

R = 37.08%
G = 50.19%
B = 12.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#638622 (or 0x638622) is known color: Olive Drab. HEX triplet: 63, 86 and 22. RGB value is (99,134,34). Sum of RGB (Red+Green+Blue) = 99+134+34=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #638622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638622 is #9C79DD. Grayscale: #707070. Windows color (decimal): -10254814 or 2262627. OLE color: 2262627.

HSL color Cylindrical-coordinate representation of color #638622: hue angle of 81º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #638622 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 134 34 -
CMYK 0.26 0 0.75 0.47
HSL 81º 0.6% 0.33% -
HSV(B) 81º 0.75% 0.53% -
XYZ 13.96 19.82 4.6 -
YUV 112.14 83.9 118.63 -
System Red Green Blue C M Y K H S L
Decimal 99 134 34 0.26 0 0.75 0.47 81 0.6 0.33
Hex 63 86 22 1A 0 4B 2F 51 3C 21
Octal 143 206 42 32 0 113 57 121 74 41
Binary 1100011 10000110 100010 11010 0 1001011 101111 1010001 111100 100001

Color Harmonies of #638622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638622

Black with #638622

Text Example


Text Example

White with #638622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638622; }

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

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

background-color css

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

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

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

border-color css

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

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

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