Html Css Color HEX #699319 Olive Drab

📋 copy color: '#699319'

red 105 ◦ green 147 ◦ blue 25

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

Shades of Olive Drab #699319

Tints of Olive Drab #699319

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.07%

 BLUE value IS 25 (10.16% from 255) = 9.03%

R = 37.91%
G = 53.07%
B = 9.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#699319 (or 0x699319) is known color: Olive Drab. HEX triplet: 69, 93 and 19. RGB value is (105,147,25). Sum of RGB (Red+Green+Blue) = 105+147+25=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #699319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699319 is #966CE6. Grayscale: #787878. Windows color (decimal): -9858279 or 1676137. OLE color: 1676137.

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

Color convert

RGB 105 147 25 -
CMYK 0.29 0 0.83 0.42
HSL 80.66º 0.71% 0.34% -
HSV(B) 80.66º 0.83% 0.58% -
XYZ 16.43 23.94 4.67 -
YUV 120.53 74.09 116.92 -
System Red Green Blue C M Y K H S L
Decimal 105 147 25 0.29 0 0.83 0.42 80.66 0.71 0.34
Hex 69 93 19 1D 0 53 2A 51 47 22
Octal 151 223 31 35 0 123 52 121 107 42
Binary 1101001 10010011 11001 11101 0 1010011 101010 1010001 1000111 100010

Color Harmonies of #699319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699319

Black with #699319

Text Example


Text Example

White with #699319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699319; }

 p { color: rgb(105,147,25); }

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

background-color css

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

 a { background-color: rgb(105,147,25); }

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

border-color css

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

 span { border-color: rgb(105,147,25); }

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