Html Css Color HEX #698629 Olive Drab

📋 copy color: '#698629'

red 105 ◦ green 134 ◦ blue 41

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

Shades of Olive Drab #698629

Tints of Olive Drab #698629

RGB

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

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

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

R = 37.5%
G = 47.86%
B = 14.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#698629 (or 0x698629) is known color: Olive Drab. HEX triplet: 69, 86 and 29. RGB value is (105,134,41). Sum of RGB (Red+Green+Blue) = 105+134+41=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #698629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698629 is #9679D6. Grayscale: #737373. Windows color (decimal): -9861591 or 2721385. OLE color: 2721385.

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

Color convert

RGB 105 134 41 -
CMYK 0.22 0 0.69 0.47
HSL 78.71º 0.53% 0.34% -
HSV(B) 78.71º 0.69% 0.53% -
XYZ 14.75 20.21 5.22 -
YUV 114.73 86.39 121.06 -
System Red Green Blue C M Y K H S L
Decimal 105 134 41 0.22 0 0.69 0.47 78.71 0.53 0.34
Hex 69 86 29 16 0 45 2F 4F 35 22
Octal 151 206 51 26 0 105 57 117 65 42
Binary 1101001 10000110 101001 10110 0 1000101 101111 1001111 110101 100010

Color Harmonies of #698629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698629

Black with #698629

Text Example


Text Example

White with #698629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698629; }

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

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

background-color css

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

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

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

border-color css

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

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

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