Html Css Color HEX #699719 Olive Drab

📋 copy color: '#699719'

red 105 ◦ green 151 ◦ blue 25

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

Shades of Olive Drab #699719

Tints of Olive Drab #699719

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.74%

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

R = 37.37%
G = 53.74%
B = 8.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#699719 (or 0x699719) is known color: Olive Drab. HEX triplet: 69, 97 and 19. RGB value is (105,151,25). Sum of RGB (Red+Green+Blue) = 105+151+25=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 151 (59.38% from 255 or 53.74% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 151 - color contains mainly: green. Hex color #699719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699719 is #9668E6. Grayscale: #7B7B7B. Windows color (decimal): -9857255 or 1677161. OLE color: 1677161.

HSL color Cylindrical-coordinate representation of color #699719: hue angle of 81.9º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #699719 is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 151 25 -
CMYK 0.30 0 0.83 0.41
HSL 81.9º 0.72% 0.35% -
HSV(B) 81.9º 0.83% 0.59% -
XYZ 17.07 25.21 4.89 -
YUV 122.88 72.76 115.25 -
System Red Green Blue C M Y K H S L
Decimal 105 151 25 0.30 0 0.83 0.41 81.9 0.72 0.35
Hex 69 97 19 1E 0 53 29 52 48 23
Octal 151 227 31 36 0 123 51 122 110 43
Binary 1101001 10010111 11001 11110 0 1010011 101001 1010010 1001000 100011

Color Harmonies of #699719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699719

Black with #699719

Text Example


Text Example

White with #699719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699719; }

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

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

background-color css

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

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

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

border-color css

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

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

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