Html Css Color HEX #699415 Olive Drab

📋 copy color: '#699415'

red 105 ◦ green 148 ◦ blue 21

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

Shades of Olive Drab #699415

Tints of Olive Drab #699415

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.01%

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

R = 38.32%
G = 54.01%
B = 7.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#699415 (or 0x699415) is known color: Olive Drab. HEX triplet: 69, 94 and 15. RGB value is (105,148,21). Sum of RGB (Red+Green+Blue) = 105+148+21=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #699415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699415 is #966BEA. Grayscale: #797979. Windows color (decimal): -9858027 or 1414249. OLE color: 1414249.

HSL color Cylindrical-coordinate representation of color #699415: hue angle of 80.31º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #699415 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 21 -
CMYK 0.29 0 0.86 0.42
HSL 80.31º 0.75% 0.33% -
HSV(B) 80.31º 0.86% 0.58% -
XYZ 16.55 24.24 4.52 -
YUV 120.67 71.75 116.83 -
System Red Green Blue C M Y K H S L
Decimal 105 148 21 0.29 0 0.86 0.42 80.31 0.75 0.33
Hex 69 94 15 1D 0 56 2A 50 4B 21
Octal 151 224 25 35 0 126 52 120 113 41
Binary 1101001 10010100 10101 11101 0 1010110 101010 1010000 1001011 100001

Color Harmonies of #699415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699415

Black with #699415

Text Example


Text Example

White with #699415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699415; }

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

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

background-color css

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

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

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

border-color css

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

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

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