Html Css Color HEX #699203 Olive Drab

📋 copy color: '#699203'

red 105 ◦ green 146 ◦ blue 3

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

Shades of Olive Drab #699203

Tints of Olive Drab #699203

RGB

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

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

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

R = 41.34%
G = 57.48%
B = 1.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.43

RGB Variations

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

Color information

#699203 (or 0x699203) is known color: Olive Drab. HEX triplet: 69, 92 and 03. RGB value is (105,146,3). Sum of RGB (Red+Green+Blue) = 105+146+3=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 146 (57.42% from 255 or 57.48% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 146 - color contains mainly: green. Hex color #699203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699203 is #966DFC. Grayscale: #757575. Windows color (decimal): -9858557 or 234089. OLE color: 234089.

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

Color convert

RGB 105 146 3 -
CMYK 0.28 0 0.98 0.43
HSL 77.2º 0.96% 0.29% -
HSV(B) 77.2º 0.98% 0.57% -
XYZ 16.12 23.57 3.79 -
YUV 117.44 63.42 119.13 -
System Red Green Blue C M Y K H S L
Decimal 105 146 3 0.28 0 0.98 0.43 77.2 0.96 0.29
Hex 69 92 3 1C 0 62 2B 4D 60 1D
Octal 151 222 3 34 0 142 53 115 140 35
Binary 1101001 10010010 11 11100 0 1100010 101011 1001101 1100000 11101

Color Harmonies of #699203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699203

Black with #699203

Text Example


Text Example

White with #699203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699203; }

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

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

background-color css

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

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

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

border-color css

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

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

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