Html Css Color HEX #699309 Olive Drab

📋 copy color: '#699309'

red 105 ◦ green 147 ◦ blue 9

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

Shades of Olive Drab #699309

Tints of Olive Drab #699309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.45%

R = 40.23%
G = 56.32%
B = 3.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#699309 (or 0x699309) is known color: Olive Drab. HEX triplet: 69, 93 and 09. RGB value is (105,147,9). Sum of RGB (Red+Green+Blue) = 105+147+9=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #699309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699309 is #966CF6. Grayscale: #777777. Windows color (decimal): -9858295 or 627561. OLE color: 627561.

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

Color convert

RGB 105 147 9 -
CMYK 0.29 0 0.94 0.42
HSL 78.26º 0.88% 0.31% -
HSV(B) 78.26º 0.94% 0.58% -
XYZ 16.31 23.89 4.01 -
YUV 118.71 66.09 118.22 -
System Red Green Blue C M Y K H S L
Decimal 105 147 9 0.29 0 0.94 0.42 78.26 0.88 0.31
Hex 69 93 9 1D 0 5E 2A 4E 58 1F
Octal 151 223 11 35 0 136 52 116 130 37
Binary 1101001 10010011 1001 11101 0 1011110 101010 1001110 1011000 11111

Color Harmonies of #699309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699309

Black with #699309

Text Example


Text Example

White with #699309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699309; }

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

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

background-color css

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

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

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

border-color css

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

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

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