Html Css Color HEX #698112 Olive Drab

📋 copy color: '#698112'

red 105 ◦ green 129 ◦ blue 18

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

Shades of Olive Drab #698112

Tints of Olive Drab #698112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.19%

 BLUE value IS 18 (7.42% from 255) = 7.14%

R = 41.67%
G = 51.19%
B = 7.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#698112 (or 0x698112) is known color: Olive Drab. HEX triplet: 69, 81 and 12. RGB value is (105,129,18). Sum of RGB (Red+Green+Blue) = 105+129+18=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #698112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698112 is #967EED. Grayscale: #6D6D6D. Windows color (decimal): -9862894 or 1212777. OLE color: 1212777.

HSL color Cylindrical-coordinate representation of color #698112: hue angle of 72.97º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #698112 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 129 18 -
CMYK 0.19 0 0.86 0.49
HSL 72.97º 0.76% 0.29% -
HSV(B) 72.97º 0.86% 0.51% -
XYZ 13.79 18.75 3.46 -
YUV 109.17 76.55 125.03 -
System Red Green Blue C M Y K H S L
Decimal 105 129 18 0.19 0 0.86 0.49 72.97 0.76 0.29
Hex 69 81 12 13 0 56 31 49 4C 1D
Octal 151 201 22 23 0 126 61 111 114 35
Binary 1101001 10000001 10010 10011 0 1010110 110001 1001001 1001100 11101

Color Harmonies of #698112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698112

Black with #698112

Text Example


Text Example

White with #698112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698112; }

 p { color: rgb(105,129,18); }

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

background-color css

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

 a { background-color: rgb(105,129,18); }

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

border-color css

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

 span { border-color: rgb(105,129,18); }

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