Html Css Color HEX #699001 Olive Drab

📋 copy color: '#699001'

red 105 ◦ green 144 ◦ blue 1

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

Shades of Olive Drab #699001

Tints of Olive Drab #699001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 57.6%

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

R = 42%
G = 57.6%
B = 0.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#699001 (or 0x699001) is known color: Olive Drab. HEX triplet: 69, 90 and 01. RGB value is (105,144,1). Sum of RGB (Red+Green+Blue) = 105+144+1=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 144 (56.64% from 255 or 57.6% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 144 - color contains mainly: green. Hex color #699001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699001 is #966FFE. Grayscale: #747474. Windows color (decimal): -9859071 or 102505. OLE color: 102505.

HSL color Cylindrical-coordinate representation of color #699001: hue angle of 76.36º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #699001 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 1 -
CMYK 0.27 0 0.99 0.44
HSL 76.36º 0.99% 0.28% -
HSV(B) 76.36º 0.99% 0.56% -
XYZ 15.8 22.95 3.63 -
YUV 116.04 63.08 120.13 -
System Red Green Blue C M Y K H S L
Decimal 105 144 1 0.27 0 0.99 0.44 76.36 0.99 0.28
Hex 69 90 1 1B 0 63 2C 4C 63 1C
Octal 151 220 1 33 0 143 54 114 143 34
Binary 1101001 10010000 1 11011 0 1100011 101100 1001100 1100011 11100

Color Harmonies of #699001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699001

Black with #699001

Text Example


Text Example

White with #699001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699001; }

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

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

background-color css

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

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

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

border-color css

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

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

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