Html Css Color HEX #699200 Olive Drab

📋 copy color: '#699200'

red 105 ◦ green 146 ◦ blue 0

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

Shades of Olive Drab #699200

Tints of Olive Drab #699200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 58.17%

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

R = 41.83%
G = 58.17%
B = 0%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#699200 (or 0x699200) is known color: Olive Drab. HEX triplet: 69, 92 and 00. RGB value is (105,146,0). Sum of RGB (Red+Green+Blue) = 105+146+0=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #699200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699200 is #966DFF. Grayscale: #757575. Windows color (decimal): -9858560 or 37481. OLE color: 37481.

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

Color convert

RGB 105 146 0 -
CMYK 0.28 0 1 0.43
HSL 76.85º 1% 0.29% -
HSV(B) 76.85º 1% 0.57% -
XYZ 16.1 23.56 3.7 -
YUV 117.1 61.92 119.37 -
System Red Green Blue C M Y K H S L
Decimal 105 146 0 0.28 0 1 0.43 76.85 1 0.29
Hex 69 92 0 1C 0 64 2B 4D 64 1D
Octal 151 222 0 34 0 144 53 115 144 35
Binary 1101001 10010010 0 11100 0 1100100 101011 1001101 1100100 11101

Color Harmonies of #699200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699200

Black with #699200

Text Example


Text Example

White with #699200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699200; }

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

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

background-color css

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

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

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

border-color css

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

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

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