Html Css Color HEX #698528 Olive Drab

📋 copy color: '#698528'

red 105 ◦ green 133 ◦ blue 40

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

Shades of Olive Drab #698528

Tints of Olive Drab #698528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.39%

R = 37.77%
G = 47.84%
B = 14.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#698528 (or 0x698528) is known color: Olive Drab. HEX triplet: 69, 85 and 28. RGB value is (105,133,40). Sum of RGB (Red+Green+Blue) = 105+133+40=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #698528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698528 is #967AD7. Grayscale: #727272. Windows color (decimal): -9861848 or 2655593. OLE color: 2655593.

HSL color Cylindrical-coordinate representation of color #698528: hue angle of 78.06º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #698528 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 40 -
CMYK 0.21 0 0.70 0.48
HSL 78.06º 0.54% 0.34% -
HSV(B) 78.06º 0.7% 0.52% -
XYZ 14.6 19.93 5.09 -
YUV 114.03 86.22 121.56 -
System Red Green Blue C M Y K H S L
Decimal 105 133 40 0.21 0 0.70 0.48 78.06 0.54 0.34
Hex 69 85 28 15 0 46 30 4E 36 22
Octal 151 205 50 25 0 106 60 116 66 42
Binary 1101001 10000101 101000 10101 0 1000110 110000 1001110 110110 100010

Color Harmonies of #698528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698528

Black with #698528

Text Example


Text Example

White with #698528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698528; }

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

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

background-color css

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

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

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

border-color css

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

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

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