Html Css Color HEX #698525 Olive Drab

📋 copy color: '#698525'

red 105 ◦ green 133 ◦ blue 37

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

Shades of Olive Drab #698525

Tints of Olive Drab #698525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.45%

R = 38.18%
G = 48.36%
B = 13.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#698525 (or 0x698525) is known color: Olive Drab. HEX triplet: 69, 85 and 25. RGB value is (105,133,37). Sum of RGB (Red+Green+Blue) = 105+133+37=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #698525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698525 is #967ADA. Grayscale: #727272. Windows color (decimal): -9861851 or 2458985. OLE color: 2458985.

HSL color Cylindrical-coordinate representation of color #698525: hue angle of 77.5º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #698525 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 37 -
CMYK 0.21 0 0.72 0.48
HSL 77.5º 0.56% 0.33% -
HSV(B) 77.5º 0.72% 0.52% -
XYZ 14.55 19.91 4.83 -
YUV 113.68 84.72 121.81 -
System Red Green Blue C M Y K H S L
Decimal 105 133 37 0.21 0 0.72 0.48 77.5 0.56 0.33
Hex 69 85 25 15 0 48 30 4E 38 21
Octal 151 205 45 25 0 110 60 116 70 41
Binary 1101001 10000101 100101 10101 0 1001000 110000 1001110 111000 100001

Color Harmonies of #698525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698525

Black with #698525

Text Example


Text Example

White with #698525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698525; }

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

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

background-color css

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

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

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

border-color css

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

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

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