Html Css Color HEX #699713 Olive Drab

📋 copy color: '#699713'

red 105 ◦ green 151 ◦ blue 19

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

Shades of Olive Drab #699713

Tints of Olive Drab #699713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.91%

R = 38.18%
G = 54.91%
B = 6.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#699713 (or 0x699713) is known color: Olive Drab. HEX triplet: 69, 97 and 13. RGB value is (105,151,19). Sum of RGB (Red+Green+Blue) = 105+151+19=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 151 (59.38% from 255 or 54.91% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 151 - color contains mainly: green. Hex color #699713 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699713 is #9668EC. Grayscale: #7A7A7A. Windows color (decimal): -9857261 or 1283945. OLE color: 1283945.

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

Color convert

RGB 105 151 19 -
CMYK 0.30 0 0.87 0.41
HSL 80.91º 0.78% 0.33% -
HSV(B) 80.91º 0.87% 0.59% -
XYZ 17.01 25.18 4.58 -
YUV 122.2 69.76 115.73 -
System Red Green Blue C M Y K H S L
Decimal 105 151 19 0.30 0 0.87 0.41 80.91 0.78 0.33
Hex 69 97 13 1E 0 57 29 51 4E 21
Octal 151 227 23 36 0 127 51 121 116 41
Binary 1101001 10010111 10011 11110 0 1010111 101001 1010001 1001110 100001

Color Harmonies of #699713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699713

Black with #699713

Text Example


Text Example

White with #699713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699713; }

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

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

background-color css

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

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

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

border-color css

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

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

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