Html Css Color HEX #698615 Olive Drab

📋 copy color: '#698615'

red 105 ◦ green 134 ◦ blue 21

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

Shades of Olive Drab #698615

Tints of Olive Drab #698615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.08%

R = 40.38%
G = 51.54%
B = 8.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#698615 (or 0x698615) is known color: Olive Drab. HEX triplet: 69, 86 and 15. RGB value is (105,134,21). Sum of RGB (Red+Green+Blue) = 105+134+21=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #698615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698615 is #9679EA. Grayscale: #707070. Windows color (decimal): -9861611 or 1410665. OLE color: 1410665.

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

Color convert

RGB 105 134 21 -
CMYK 0.22 0 0.84 0.47
HSL 75.4º 0.73% 0.3% -
HSV(B) 75.4º 0.84% 0.53% -
XYZ 14.49 20.11 3.83 -
YUV 112.45 76.39 122.69 -
System Red Green Blue C M Y K H S L
Decimal 105 134 21 0.22 0 0.84 0.47 75.4 0.73 0.3
Hex 69 86 15 16 0 54 2F 4B 49 1E
Octal 151 206 25 26 0 124 57 113 111 36
Binary 1101001 10000110 10101 10110 0 1010100 101111 1001011 1001001 11110

Color Harmonies of #698615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698615

Black with #698615

Text Example


Text Example

White with #698615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698615; }

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

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

background-color css

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

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

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

border-color css

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

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

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