Html Css Color HEX #699303 Olive Drab

📋 copy color: '#699303'

red 105 ◦ green 147 ◦ blue 3

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

Shades of Olive Drab #699303

Tints of Olive Drab #699303

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.65%

 BLUE value IS 3 (1.56% from 255) = 1.18%

R = 41.18%
G = 57.65%
B = 1.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#699303 (or 0x699303) is known color: Olive Drab. HEX triplet: 69, 93 and 03. RGB value is (105,147,3). Sum of RGB (Red+Green+Blue) = 105+147+3=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #699303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699303 is #966CFC. Grayscale: #767676. Windows color (decimal): -9858301 or 234345. OLE color: 234345.

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

Color convert

RGB 105 147 3 -
CMYK 0.29 0 0.98 0.42
HSL 77.5º 0.96% 0.29% -
HSV(B) 77.5º 0.98% 0.58% -
XYZ 16.28 23.88 3.84 -
YUV 118.03 63.09 118.71 -
System Red Green Blue C M Y K H S L
Decimal 105 147 3 0.29 0 0.98 0.42 77.5 0.96 0.29
Hex 69 93 3 1D 0 62 2A 4E 60 1D
Octal 151 223 3 35 0 142 52 116 140 35
Binary 1101001 10010011 11 11101 0 1100010 101010 1001110 1100000 11101

Color Harmonies of #699303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699303

Black with #699303

Text Example


Text Example

White with #699303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699303; }

 p { color: rgb(105,147,3); }

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

background-color css

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

 a { background-color: rgb(105,147,3); }

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

border-color css

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

 span { border-color: rgb(105,147,3); }

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