Html Css Color HEX #698235 Olive Drab

📋 copy color: '#698235'

red 105 ◦ green 130 ◦ blue 53

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

Shades of Olive Drab #698235

Tints of Olive Drab #698235

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.14%

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

R = 36.46%
G = 45.14%
B = 18.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#698235 (or 0x698235) is known color: Olive Drab. HEX triplet: 69, 82 and 35. RGB value is (105,130,53). Sum of RGB (Red+Green+Blue) = 105+130+53=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #698235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698235 is #967DCA. Grayscale: #727272. Windows color (decimal): -9862603 or 3506793. OLE color: 3506793.

HSL color Cylindrical-coordinate representation of color #698235: hue angle of 79.48º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #698235 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 53 -
CMYK 0.19 0 0.59 0.49
HSL 79.48º 0.42% 0.36% -
HSV(B) 79.48º 0.59% 0.51% -
XYZ 14.45 19.23 6.32 -
YUV 113.75 93.72 121.76 -
System Red Green Blue C M Y K H S L
Decimal 105 130 53 0.19 0 0.59 0.49 79.48 0.42 0.36
Hex 69 82 35 13 0 3B 31 4F 2A 24
Octal 151 202 65 23 0 73 61 117 52 44
Binary 1101001 10000010 110101 10011 0 111011 110001 1001111 101010 100100

Color Harmonies of #698235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698235

Black with #698235

Text Example


Text Example

White with #698235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698235; }

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

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

background-color css

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

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

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

border-color css

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

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

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