Html Css Color HEX #698434 Olive Drab

📋 copy color: '#698434'

red 105 ◦ green 132 ◦ blue 52

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

Shades of Olive Drab #698434

Tints of Olive Drab #698434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.67%

 BLUE value IS 52 (20.7% from 255) = 17.99%

R = 36.33%
G = 45.67%
B = 17.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#698434 (or 0x698434) is known color: Olive Drab. HEX triplet: 69, 84 and 34. RGB value is (105,132,52). Sum of RGB (Red+Green+Blue) = 105+132+52=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #698434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698434 is #967BCB. Grayscale: #737373. Windows color (decimal): -9862092 or 3441769. OLE color: 3441769.

HSL color Cylindrical-coordinate representation of color #698434: hue angle of 80.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #698434 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 52 -
CMYK 0.20 0 0.61 0.48
HSL 80.25º 0.43% 0.36% -
HSV(B) 80.25º 0.61% 0.52% -
XYZ 14.7 19.75 6.29 -
YUV 114.81 92.55 121 -
System Red Green Blue C M Y K H S L
Decimal 105 132 52 0.20 0 0.61 0.48 80.25 0.43 0.36
Hex 69 84 34 14 0 3D 30 50 2B 24
Octal 151 204 64 24 0 75 60 120 53 44
Binary 1101001 10000100 110100 10100 0 111101 110000 1010000 101011 100100

Color Harmonies of #698434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698434

Black with #698434

Text Example


Text Example

White with #698434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698434; }

 p { color: rgb(105,132,52); }

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

background-color css

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

 a { background-color: rgb(105,132,52); }

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

border-color css

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

 span { border-color: rgb(105,132,52); }

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