Html Css Color HEX #698612 Olive Drab

📋 copy color: '#698612'

red 105 ◦ green 134 ◦ blue 18

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

Shades of Olive Drab #698612

Tints of Olive Drab #698612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.14%

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

R = 40.86%
G = 52.14%
B = 7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#698612 (or 0x698612) is known color: Olive Drab. HEX triplet: 69, 86 and 12. RGB value is (105,134,18). Sum of RGB (Red+Green+Blue) = 105+134+18=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #698612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698612 is #9679ED. Grayscale: #707070. Windows color (decimal): -9861614 or 1214057. OLE color: 1214057.

HSL color Cylindrical-coordinate representation of color #698612: hue angle of 75º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #698612 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 134 18 -
CMYK 0.22 0 0.87 0.47
HSL 75º 0.76% 0.3% -
HSV(B) 75º 0.87% 0.53% -
XYZ 14.46 20.1 3.69 -
YUV 112.11 74.89 122.93 -
System Red Green Blue C M Y K H S L
Decimal 105 134 18 0.22 0 0.87 0.47 75 0.76 0.3
Hex 69 86 12 16 0 57 2F 4B 4C 1E
Octal 151 206 22 26 0 127 57 113 114 36
Binary 1101001 10000110 10010 10110 0 1010111 101111 1001011 1001100 11110

Color Harmonies of #698612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698612

Black with #698612

Text Example


Text Example

White with #698612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698612; }

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

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

background-color css

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

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

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

border-color css

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

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

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