Html Css Color HEX #699819 Olive Drab

📋 copy color: '#699819'

red 105 ◦ green 152 ◦ blue 25

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

Shades of Olive Drab #699819

Tints of Olive Drab #699819

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.9%

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

R = 37.23%
G = 53.9%
B = 8.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#699819 (or 0x699819) is known color: Olive Drab. HEX triplet: 69, 98 and 19. RGB value is (105,152,25). Sum of RGB (Red+Green+Blue) = 105+152+25=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #699819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699819 is #9667E6. Grayscale: #7B7B7B. Windows color (decimal): -9856999 or 1677417. OLE color: 1677417.

HSL color Cylindrical-coordinate representation of color #699819: hue angle of 82.2º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #699819 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 152 25 -
CMYK 0.31 0 0.84 0.40
HSL 82.2º 0.72% 0.35% -
HSV(B) 82.2º 0.84% 0.6% -
XYZ 17.23 25.53 4.94 -
YUV 123.47 72.43 114.83 -
System Red Green Blue C M Y K H S L
Decimal 105 152 25 0.31 0 0.84 0.40 82.2 0.72 0.35
Hex 69 98 19 1F 0 54 28 52 48 23
Octal 151 230 31 37 0 124 50 122 110 43
Binary 1101001 10011000 11001 11111 0 1010100 101000 1010010 1001000 100011

Color Harmonies of #699819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699819

Black with #699819

Text Example


Text Example

White with #699819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699819; }

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

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

background-color css

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

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

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

border-color css

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

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

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