Html Css Color HEX #698635 Olive Drab

📋 copy color: '#698635'

red 105 ◦ green 134 ◦ blue 53

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

Shades of Olive Drab #698635

Tints of Olive Drab #698635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.15%

R = 35.96%
G = 45.89%
B = 18.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#698635 (or 0x698635) is known color: Olive Drab. HEX triplet: 69, 86 and 35. RGB value is (105,134,53). Sum of RGB (Red+Green+Blue) = 105+134+53=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #698635 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698635 is #9679CA. Grayscale: #747474. Windows color (decimal): -9861579 or 3507817. OLE color: 3507817.

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

Color convert

RGB 105 134 53 -
CMYK 0.22 0 0.60 0.47
HSL 81.48º 0.43% 0.37% -
HSV(B) 81.48º 0.6% 0.53% -
XYZ 14.99 20.31 6.5 -
YUV 116.1 92.39 120.09 -
System Red Green Blue C M Y K H S L
Decimal 105 134 53 0.22 0 0.60 0.47 81.48 0.43 0.37
Hex 69 86 35 16 0 3C 2F 51 2B 25
Octal 151 206 65 26 0 74 57 121 53 45
Binary 1101001 10000110 110101 10110 0 111100 101111 1010001 101011 100101

Color Harmonies of #698635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698635

Black with #698635

Text Example


Text Example

White with #698635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698635; }

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

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

background-color css

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

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

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

border-color css

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

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

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