Html Css Color HEX #698535 Olive Drab

📋 copy color: '#698535'

red 105 ◦ green 133 ◦ blue 53

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

Shades of Olive Drab #698535

Tints of Olive Drab #698535

RGB

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

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

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

R = 36.08%
G = 45.7%
B = 18.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#698535 (or 0x698535) is known color: Olive Drab. HEX triplet: 69, 85 and 35. RGB value is (105,133,53). Sum of RGB (Red+Green+Blue) = 105+133+53=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #698535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698535 is #967ACA. Grayscale: #737373. Windows color (decimal): -9861835 or 3507561. OLE color: 3507561.

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

Color convert

RGB 105 133 53 -
CMYK 0.21 0 0.60 0.48
HSL 81º 0.43% 0.36% -
HSV(B) 81º 0.6% 0.52% -
XYZ 14.86 20.04 6.45 -
YUV 115.51 92.72 120.5 -
System Red Green Blue C M Y K H S L
Decimal 105 133 53 0.21 0 0.60 0.48 81 0.43 0.36
Hex 69 85 35 15 0 3C 30 51 2B 24
Octal 151 205 65 25 0 74 60 121 53 44
Binary 1101001 10000101 110101 10101 0 111100 110000 1010001 101011 100100

Color Harmonies of #698535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698535

Black with #698535

Text Example


Text Example

White with #698535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698535; }

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

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

background-color css

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

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

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

border-color css

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

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

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