Html Css Color HEX #699409 Olive Drab

📋 copy color: '#699409'

red 105 ◦ green 148 ◦ blue 9

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

Shades of Olive Drab #699409

Tints of Olive Drab #699409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.49%

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

R = 40.08%
G = 56.49%
B = 3.44%

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

#699409 (or 0x699409) is known color: Olive Drab. HEX triplet: 69, 94 and 09. RGB value is (105,148,9). Sum of RGB (Red+Green+Blue) = 105+148+9=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #699409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699409 is #966BF6. Grayscale: #777777. Windows color (decimal): -9858039 or 627817. OLE color: 627817.

HSL color Cylindrical-coordinate representation of color #699409: hue angle of 78.56º degrees, saturation: 0.89, 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 #699409 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 9 -
CMYK 0.29 0 0.94 0.42
HSL 78.56º 0.89% 0.31% -
HSV(B) 78.56º 0.94% 0.58% -
XYZ 16.46 24.2 4.06 -
YUV 119.3 65.75 117.8 -
System Red Green Blue C M Y K H S L
Decimal 105 148 9 0.29 0 0.94 0.42 78.56 0.89 0.31
Hex 69 94 9 1D 0 5E 2A 4F 59 1F
Octal 151 224 11 35 0 136 52 117 131 37
Binary 1101001 10010100 1001 11101 0 1011110 101010 1001111 1011001 11111

Color Harmonies of #699409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699409

Black with #699409

Text Example


Text Example

White with #699409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699409; }

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

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

background-color css

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

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

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

border-color css

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

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

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