Html Css Color HEX #698E17 Olive Drab

📋 copy color: '#698E17'

red 105 ◦ green 142 ◦ blue 23

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

Shades of Olive Drab #698E17

Tints of Olive Drab #698E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.52%

R = 38.89%
G = 52.59%
B = 8.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.44

RGB Variations

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

Color information

#698E17 (or 0x698E17) is known color: Olive Drab. HEX triplet: 69, 8E and 17. RGB value is (105,142,23). Sum of RGB (Red+Green+Blue) = 105+142+23=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #698E17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698E17 is #9671E8. Grayscale: #757575. Windows color (decimal): -9859561 or 1543785. OLE color: 1543785.

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

Color convert

RGB 105 142 23 -
CMYK 0.26 0 0.84 0.44
HSL 78.66º 0.72% 0.32% -
HSV(B) 78.66º 0.84% 0.56% -
XYZ 15.65 22.41 4.31 -
YUV 117.37 74.74 119.18 -
System Red Green Blue C M Y K H S L
Decimal 105 142 23 0.26 0 0.84 0.44 78.66 0.72 0.32
Hex 69 8E 17 1A 0 54 2C 4F 48 20
Octal 151 216 27 32 0 124 54 117 110 40
Binary 1101001 10001110 10111 11010 0 1010100 101100 1001111 1001000 100000

Color Harmonies of #698E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698E17

Black with #698E17

Text Example


Text Example

White with #698E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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