Html Css Color HEX #699015 Olive Drab

📋 copy color: '#699015'

red 105 ◦ green 144 ◦ blue 21

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

Shades of Olive Drab #699015

Tints of Olive Drab #699015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.33%

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

R = 38.89%
G = 53.33%
B = 7.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#699015 (or 0x699015) is known color: Olive Drab. HEX triplet: 69, 90 and 15. RGB value is (105,144,21). Sum of RGB (Red+Green+Blue) = 105+144+21=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #699015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699015 is #966FEA. Grayscale: #767676. Windows color (decimal): -9859051 or 1413225. OLE color: 1413225.

HSL color Cylindrical-coordinate representation of color #699015: hue angle of 79.02º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #699015 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 21 -
CMYK 0.27 0 0.85 0.44
HSL 79.02º 0.75% 0.32% -
HSV(B) 79.02º 0.85% 0.56% -
XYZ 15.93 23 4.31 -
YUV 118.32 73.08 118.5 -
System Red Green Blue C M Y K H S L
Decimal 105 144 21 0.27 0 0.85 0.44 79.02 0.75 0.32
Hex 69 90 15 1B 0 55 2C 4F 4B 20
Octal 151 220 25 33 0 125 54 117 113 40
Binary 1101001 10010000 10101 11011 0 1010101 101100 1001111 1001011 100000

Color Harmonies of #699015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699015

Black with #699015

Text Example


Text Example

White with #699015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699015; }

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

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

background-color css

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

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

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

border-color css

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

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

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