Html Css Color HEX #699305 Olive Drab

📋 copy color: '#699305'

red 105 ◦ green 147 ◦ blue 5

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

Shades of Olive Drab #699305

Tints of Olive Drab #699305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 40.86%
G = 57.2%
B = 1.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#699305 (or 0x699305) is known color: Olive Drab. HEX triplet: 69, 93 and 05. RGB value is (105,147,5). Sum of RGB (Red+Green+Blue) = 105+147+5=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 147 (57.81% from 255 or 57.20% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 147 - color contains mainly: green. Hex color #699305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699305 is #966CFA. Grayscale: #767676. Windows color (decimal): -9858299 or 365417. OLE color: 365417.

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

Color convert

RGB 105 147 5 -
CMYK 0.29 0 0.97 0.42
HSL 77.75º 0.93% 0.3% -
HSV(B) 77.75º 0.97% 0.58% -
XYZ 16.29 23.88 3.89 -
YUV 118.25 64.09 118.55 -
System Red Green Blue C M Y K H S L
Decimal 105 147 5 0.29 0 0.97 0.42 77.75 0.93 0.3
Hex 69 93 5 1D 0 61 2A 4E 5D 1E
Octal 151 223 5 35 0 141 52 116 135 36
Binary 1101001 10010011 101 11101 0 1100001 101010 1001110 1011101 11110

Color Harmonies of #699305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699305

Black with #699305

Text Example


Text Example

White with #699305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699305; }

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

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

background-color css

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

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

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

border-color css

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

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

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