Html Css Color HEX #699226 Olive Drab

📋 copy color: '#699226'

red 105 ◦ green 146 ◦ blue 38

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

Shades of Olive Drab #699226

Tints of Olive Drab #699226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.15%

R = 36.33%
G = 50.52%
B = 13.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#699226 (or 0x699226) is known color: Olive Drab. HEX triplet: 69, 92 and 26. RGB value is (105,146,38). Sum of RGB (Red+Green+Blue) = 105+146+38=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 146 (57.42% from 255 or 50.52% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 146 - color contains mainly: green. Hex color #699226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699226 is #966DD9. Grayscale: #797979. Windows color (decimal): -9858522 or 2527849. OLE color: 2527849.

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

Color convert

RGB 105 146 38 -
CMYK 0.28 0 0.74 0.43
HSL 82.78º 0.59% 0.36% -
HSV(B) 82.78º 0.74% 0.57% -
XYZ 16.45 23.7 5.54 -
YUV 121.43 80.92 116.28 -
System Red Green Blue C M Y K H S L
Decimal 105 146 38 0.28 0 0.74 0.43 82.78 0.59 0.36
Hex 69 92 26 1C 0 4A 2B 53 3B 24
Octal 151 222 46 34 0 112 53 123 73 44
Binary 1101001 10010010 100110 11100 0 1001010 101011 1010011 111011 100100

Color Harmonies of #699226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699226

Black with #699226

Text Example


Text Example

White with #699226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699226; }

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

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

background-color css

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

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

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

border-color css

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

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

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