Html Css Color HEX #699501 Olive Drab

📋 copy color: '#699501'

red 105 ◦ green 149 ◦ blue 1

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

Shades of Olive Drab #699501

Tints of Olive Drab #699501

RGB

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

 GREEN value IS 149 (58.59% from 255) = 58.43%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 41.18%
G = 58.43%
B = 0.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#699501 (or 0x699501) is known color: Olive Drab. HEX triplet: 69, 95 and 01. RGB value is (105,149,1). Sum of RGB (Red+Green+Blue) = 105+149+1=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #699501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699501 is #966AFE. Grayscale: #777777. Windows color (decimal): -9857791 or 103785. OLE color: 103785.

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

Color convert

RGB 105 149 1 -
CMYK 0.30 0 0.99 0.42
HSL 77.84º 0.99% 0.29% -
HSV(B) 77.84º 0.99% 0.58% -
XYZ 16.58 24.5 3.88 -
YUV 118.97 61.42 118.03 -
System Red Green Blue C M Y K H S L
Decimal 105 149 1 0.30 0 0.99 0.42 77.84 0.99 0.29
Hex 69 95 1 1E 0 63 2A 4E 63 1D
Octal 151 225 1 36 0 143 52 116 143 35
Binary 1101001 10010101 1 11110 0 1100011 101010 1001110 1100011 11101

Color Harmonies of #699501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699501

Black with #699501

Text Example


Text Example

White with #699501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699501; }

 p { color: rgb(105,149,1); }

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

background-color css

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

 a { background-color: rgb(105,149,1); }

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

border-color css

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

 span { border-color: rgb(105,149,1); }

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