Html Css Color HEX #698529 Olive Drab

📋 copy color: '#698529'

red 105 ◦ green 133 ◦ blue 41

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

Shades of Olive Drab #698529

Tints of Olive Drab #698529

RGB

 RED value IS 105 (41.41% from 255) = 37.63%

 GREEN value IS 133 (52.34% from 255) = 47.67%

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

R = 37.63%
G = 47.67%
B = 14.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#698529 (or 0x698529) is known color: Olive Drab. HEX triplet: 69, 85 and 29. RGB value is (105,133,41). Sum of RGB (Red+Green+Blue) = 105+133+41=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #698529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698529 is #967AD6. Grayscale: #727272. Windows color (decimal): -9861847 or 2721129. OLE color: 2721129.

HSL color Cylindrical-coordinate representation of color #698529: hue angle of 78.26º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #698529 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 41 -
CMYK 0.21 0 0.69 0.48
HSL 78.26º 0.53% 0.34% -
HSV(B) 78.26º 0.69% 0.52% -
XYZ 14.61 19.94 5.18 -
YUV 114.14 86.72 121.48 -
System Red Green Blue C M Y K H S L
Decimal 105 133 41 0.21 0 0.69 0.48 78.26 0.53 0.34
Hex 69 85 29 15 0 45 30 4E 35 22
Octal 151 205 51 25 0 105 60 116 65 42
Binary 1101001 10000101 101001 10101 0 1000101 110000 1001110 110101 100010

Color Harmonies of #698529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698529

Black with #698529

Text Example


Text Example

White with #698529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698529; }

 p { color: rgb(105,133,41); }

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

background-color css

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

 a { background-color: rgb(105,133,41); }

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

border-color css

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

 span { border-color: rgb(105,133,41); }

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