Html Css Color HEX #698632 Olive Drab

📋 copy color: '#698632'

red 105 ◦ green 134 ◦ blue 50

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

Shades of Olive Drab #698632

Tints of Olive Drab #698632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.3%

R = 36.33%
G = 46.37%
B = 17.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#698632 (or 0x698632) is known color: Olive Drab. HEX triplet: 69, 86 and 32. RGB value is (105,134,50). Sum of RGB (Red+Green+Blue) = 105+134+50=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #698632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698632 is #9679CD. Grayscale: #747474. Windows color (decimal): -9861582 or 3311209. OLE color: 3311209.

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

Color convert

RGB 105 134 50 -
CMYK 0.22 0 0.63 0.47
HSL 80.71º 0.46% 0.36% -
HSV(B) 80.71º 0.63% 0.53% -
XYZ 14.93 20.28 6.15 -
YUV 115.75 90.89 120.33 -
System Red Green Blue C M Y K H S L
Decimal 105 134 50 0.22 0 0.63 0.47 80.71 0.46 0.36
Hex 69 86 32 16 0 3F 2F 51 2E 24
Octal 151 206 62 26 0 77 57 121 56 44
Binary 1101001 10000110 110010 10110 0 111111 101111 1010001 101110 100100

Color Harmonies of #698632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698632

Black with #698632

Text Example


Text Example

White with #698632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698632; }

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

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

background-color css

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

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

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

border-color css

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

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

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