Html Css Color HEX #698029 Olive Drab

📋 copy color: '#698029'

red 105 ◦ green 128 ◦ blue 41

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

Shades of Olive Drab #698029

Tints of Olive Drab #698029

RGB

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

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

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

R = 38.32%
G = 46.72%
B = 14.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#698029 (or 0x698029) is known color: Olive Drab. HEX triplet: 69, 80 and 29. RGB value is (105,128,41). Sum of RGB (Red+Green+Blue) = 105+128+41=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 128 - color contains mainly: green. Hex color #698029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698029 is #967FD6. Grayscale: #6F6F6F. Windows color (decimal): -9863127 or 2719849. OLE color: 2719849.

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

Color convert

RGB 105 128 41 -
CMYK 0.18 0 0.68 0.50
HSL 75.86º 0.51% 0.33% -
HSV(B) 75.86º 0.68% 0.5% -
XYZ 13.95 18.6 4.95 -
YUV 111.21 88.38 123.57 -
System Red Green Blue C M Y K H S L
Decimal 105 128 41 0.18 0 0.68 0.50 75.86 0.51 0.33
Hex 69 80 29 12 0 44 32 4C 33 21
Octal 151 200 51 22 0 104 62 114 63 41
Binary 1101001 10000000 101001 10010 0 1000100 110010 1001100 110011 100001

Color Harmonies of #698029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698029

Black with #698029

Text Example


Text Example

White with #698029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698029; }

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

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

background-color css

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

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

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

border-color css

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

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

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