Html Css Color HEX #699A19 Olive Drab

📋 copy color: '#699A19'

red 105 ◦ green 154 ◦ blue 25

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

Shades of Olive Drab #699A19

Tints of Olive Drab #699A19

RGB

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

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

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

R = 36.97%
G = 54.23%
B = 8.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#699A19 (or 0x699A19) is known color: Olive Drab. HEX triplet: 69, 9A and 19. RGB value is (105,154,25). Sum of RGB (Red+Green+Blue) = 105+154+25=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 154 (60.55% from 255 or 54.23% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 154 - color contains mainly: green. Hex color #699A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699A19 is #9665E6. Grayscale: #7D7D7D. Windows color (decimal): -9856487 or 1677929. OLE color: 1677929.

HSL color Cylindrical-coordinate representation of color #699A19: hue angle of 82.79º 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 #699A19 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 154 25 -
CMYK 0.32 0 0.84 0.40
HSL 82.79º 0.72% 0.35% -
HSV(B) 82.79º 0.84% 0.6% -
XYZ 17.56 26.18 5.05 -
YUV 124.64 71.77 113.99 -
System Red Green Blue C M Y K H S L
Decimal 105 154 25 0.32 0 0.84 0.40 82.79 0.72 0.35
Hex 69 9A 19 20 0 54 28 53 48 23
Octal 151 232 31 40 0 124 50 123 110 43
Binary 1101001 10011010 11001 100000 0 1010100 101000 1010011 1001000 100011

Color Harmonies of #699A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699A19

Black with #699A19

Text Example


Text Example

White with #699A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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