Html Css Color HEX #699000 Olive Drab

📋 copy color: '#699000'

red 105 ◦ green 144 ◦ blue 0

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

Shades of Olive Drab #699000

Tints of Olive Drab #699000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.17%
G = 57.83%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#699000 (or 0x699000) is known color: Olive Drab. HEX triplet: 69, 90 and 00. RGB value is (105,144,0). Sum of RGB (Red+Green+Blue) = 105+144+0=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 144 (56.64% from 255 or 57.83% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 144 - color contains mainly: green. Hex color #699000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699000 is #966FFF. Grayscale: #747474. Windows color (decimal): -9859072 or 36969. OLE color: 36969.

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

Color convert

RGB 105 144 0 -
CMYK 0.27 0 1 0.44
HSL 76.25º 1% 0.28% -
HSV(B) 76.25º 1% 0.56% -
XYZ 15.8 22.95 3.6 -
YUV 115.92 62.58 120.21 -
System Red Green Blue C M Y K H S L
Decimal 105 144 0 0.27 0 1 0.44 76.25 1 0.28
Hex 69 90 0 1B 0 64 2C 4C 64 1C
Octal 151 220 0 33 0 144 54 114 144 34
Binary 1101001 10010000 0 11011 0 1100100 101100 1001100 1100100 11100

Color Harmonies of #699000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699000

Black with #699000

Text Example


Text Example

White with #699000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699000; }

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

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

background-color css

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

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

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

border-color css

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

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

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