Html Css Color HEX #698534 Olive Drab

📋 copy color: '#698534'

red 105 ◦ green 133 ◦ blue 52

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

Shades of Olive Drab #698534

Tints of Olive Drab #698534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.86%

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

R = 36.21%
G = 45.86%
B = 17.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#698534 (or 0x698534) is known color: Olive Drab. HEX triplet: 69, 85 and 34. RGB value is (105,133,52). Sum of RGB (Red+Green+Blue) = 105+133+52=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #698534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698534 is #967ACB. Grayscale: #737373. Windows color (decimal): -9861836 or 3442025. OLE color: 3442025.

HSL color Cylindrical-coordinate representation of color #698534: hue angle of 80.74º degrees, saturation: 0.44, 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 #698534 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 52 -
CMYK 0.21 0 0.61 0.48
HSL 80.74º 0.44% 0.36% -
HSV(B) 80.74º 0.61% 0.52% -
XYZ 14.83 20.03 6.33 -
YUV 115.39 92.22 120.59 -
System Red Green Blue C M Y K H S L
Decimal 105 133 52 0.21 0 0.61 0.48 80.74 0.44 0.36
Hex 69 85 34 15 0 3D 30 51 2C 24
Octal 151 205 64 25 0 75 60 121 54 44
Binary 1101001 10000101 110100 10101 0 111101 110000 1010001 101100 100100

Color Harmonies of #698534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698534

Black with #698534

Text Example


Text Example

White with #698534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698534; }

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

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

background-color css

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

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

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

border-color css

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

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

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