Html Css Color HEX #699A15 Olive Drab

📋 copy color: '#699A15'

red 105 ◦ green 154 ◦ blue 21

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

Shades of Olive Drab #699A15

Tints of Olive Drab #699A15

RGB

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

 GREEN value IS 154 (60.55% from 255) = 55%

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

R = 37.5%
G = 55%
B = 7.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#699A15 (or 0x699A15) is known color: Olive Drab. HEX triplet: 69, 9A and 15. RGB value is (105,154,21). Sum of RGB (Red+Green+Blue) = 105+154+21=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 154 (60.55% from 255 or 55% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 154 - color contains mainly: green. Hex color #699A15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699A15 is #9665EA. Grayscale: #7C7C7C. Windows color (decimal): -9856491 or 1415785. OLE color: 1415785.

HSL color Cylindrical-coordinate representation of color #699A15: hue angle of 82.11º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #699A15 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 154 21 -
CMYK 0.32 0 0.86 0.40
HSL 82.11º 0.76% 0.34% -
HSV(B) 82.11º 0.86% 0.6% -
XYZ 17.52 26.17 4.84 -
YUV 124.19 69.77 114.31 -
System Red Green Blue C M Y K H S L
Decimal 105 154 21 0.32 0 0.86 0.40 82.11 0.76 0.34
Hex 69 9A 15 20 0 56 28 52 4C 22
Octal 151 232 25 40 0 126 50 122 114 42
Binary 1101001 10011010 10101 100000 0 1010110 101000 1010010 1001100 100010

Color Harmonies of #699A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699A15

Black with #699A15

Text Example


Text Example

White with #699A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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