Html Css Color HEX #638129 Olive Drab

📋 copy color: '#638129'

red 99 ◦ green 129 ◦ blue 41

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

Shades of Olive Drab #638129

Tints of Olive Drab #638129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.96%

 BLUE value IS 41 (16.41% from 255) = 15.24%

R = 36.8%
G = 47.96%
B = 15.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#638129 (or 0x638129) is known color: Olive Drab. HEX triplet: 63, 81 and 29. RGB value is (99,129,41). Sum of RGB (Red+Green+Blue) = 99+129+41=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #638129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638129 is #9C7ED6. Grayscale: #6E6E6E. Windows color (decimal): -10256087 or 2720099. OLE color: 2720099.

HSL color Cylindrical-coordinate representation of color #638129: hue angle of 80.45º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #638129 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 129 41 -
CMYK 0.23 0 0.68 0.49
HSL 80.45º 0.52% 0.33% -
HSV(B) 80.45º 0.68% 0.51% -
XYZ 13.4 18.51 4.97 -
YUV 110 89.06 120.16 -
System Red Green Blue C M Y K H S L
Decimal 99 129 41 0.23 0 0.68 0.49 80.45 0.52 0.33
Hex 63 81 29 17 0 44 31 50 34 21
Octal 143 201 51 27 0 104 61 120 64 41
Binary 1100011 10000001 101001 10111 0 1000100 110001 1010000 110100 100001

Color Harmonies of #638129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638129

Black with #638129

Text Example


Text Example

White with #638129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638129; }

 p { color: rgb(99,129,41); }

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

background-color css

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

 a { background-color: rgb(99,129,41); }

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

border-color css

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

 span { border-color: rgb(99,129,41); }

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