Html Css Color HEX #698D10 Olive Drab

📋 copy color: '#698D10'

red 105 ◦ green 141 ◦ blue 16

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

Shades of Olive Drab #698D10

Tints of Olive Drab #698D10

RGB

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

 GREEN value IS 141 (55.47% from 255) = 53.82%

 BLUE value IS 16 (6.64% from 255) = 6.11%

R = 40.08%
G = 53.82%
B = 6.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#698D10 (or 0x698D10) is known color: Olive Drab. HEX triplet: 69, 8D and 10. RGB value is (105,141,16). Sum of RGB (Red+Green+Blue) = 105+141+16=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 141 (55.47% from 255 or 53.82% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 141 - color contains mainly: green. Hex color #698D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698D10 is #9672EF. Grayscale: #747474. Windows color (decimal): -9859824 or 1084777. OLE color: 1084777.

HSL color Cylindrical-coordinate representation of color #698D10: hue angle of 77.28º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #698D10 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 141 16 -
CMYK 0.26 0 0.89 0.45
HSL 77.28º 0.8% 0.31% -
HSV(B) 77.28º 0.89% 0.55% -
XYZ 15.44 22.09 3.94 -
YUV 115.99 71.57 120.16 -
System Red Green Blue C M Y K H S L
Decimal 105 141 16 0.26 0 0.89 0.45 77.28 0.8 0.31
Hex 69 8D 10 1A 0 59 2D 4D 50 1F
Octal 151 215 20 32 0 131 55 115 120 37
Binary 1101001 10001101 10000 11010 0 1011001 101101 1001101 1010000 11111

Color Harmonies of #698D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D10

Black with #698D10

Text Example


Text Example

White with #698D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,141,16); }

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

background-color css

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

 a { background-color: rgb(105,141,16); }

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

border-color css

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

 span { border-color: rgb(105,141,16); }

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