Html Css Color HEX #698E28 Olive Drab

📋 copy color: '#698E28'

red 105 ◦ green 142 ◦ blue 40

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

Shades of Olive Drab #698E28

Tints of Olive Drab #698E28

RGB

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

 GREEN value IS 142 (55.86% from 255) = 49.48%

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

R = 36.59%
G = 49.48%
B = 13.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#698E28 (or 0x698E28) is known color: Olive Drab. HEX triplet: 69, 8E and 28. RGB value is (105,142,40). Sum of RGB (Red+Green+Blue) = 105+142+40=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 142 (55.86% from 255 or 49.48% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 142 - color contains mainly: green. Hex color #698E28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698E28 is #9671D7. Grayscale: #777777. Windows color (decimal): -9859544 or 2657897. OLE color: 2657897.

HSL color Cylindrical-coordinate representation of color #698E28: hue angle of 81.76º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #698E28 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 142 40 -
CMYK 0.26 0 0.72 0.44
HSL 81.76º 0.56% 0.36% -
HSV(B) 81.76º 0.72% 0.56% -
XYZ 15.88 22.5 5.51 -
YUV 119.31 83.24 117.79 -
System Red Green Blue C M Y K H S L
Decimal 105 142 40 0.26 0 0.72 0.44 81.76 0.56 0.36
Hex 69 8E 28 1A 0 48 2C 52 38 24
Octal 151 216 50 32 0 110 54 122 70 44
Binary 1101001 10001110 101000 11010 0 1001000 101100 1010010 111000 100100

Color Harmonies of #698E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698E28

Black with #698E28

Text Example


Text Example

White with #698E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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