Html Css Color HEX #699223 Olive Drab

📋 copy color: '#699223'

red 105 ◦ green 146 ◦ blue 35

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

Shades of Olive Drab #699223

Tints of Olive Drab #699223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.24%

R = 36.71%
G = 51.05%
B = 12.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.76

 K value IS 0.43

RGB Variations

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

Color information

#699223 (or 0x699223) is known color: Olive Drab. HEX triplet: 69, 92 and 23. RGB value is (105,146,35). Sum of RGB (Red+Green+Blue) = 105+146+35=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #699223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699223 is #966DDC. Grayscale: #797979. Windows color (decimal): -9858525 or 2331241. OLE color: 2331241.

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

Color convert

RGB 105 146 35 -
CMYK 0.28 0 0.76 0.43
HSL 82.16º 0.61% 0.35% -
HSV(B) 82.16º 0.76% 0.57% -
XYZ 16.41 23.68 5.3 -
YUV 121.09 79.42 116.53 -
System Red Green Blue C M Y K H S L
Decimal 105 146 35 0.28 0 0.76 0.43 82.16 0.61 0.35
Hex 69 92 23 1C 0 4C 2B 52 3D 23
Octal 151 222 43 34 0 114 53 122 75 43
Binary 1101001 10010010 100011 11100 0 1001100 101011 1010010 111101 100011

Color Harmonies of #699223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699223

Black with #699223

Text Example


Text Example

White with #699223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699223; }

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

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

background-color css

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

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

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

border-color css

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

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

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