Html Css Color HEX #6E9226 Olive Drab

📋 copy color: '#6E9226'

red 110 ◦ green 146 ◦ blue 38

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

Shades of Olive Drab #6E9226

Tints of Olive Drab #6E9226

RGB

 RED value IS 110 (43.36% from 255) = 37.41%

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

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

R = 37.41%
G = 49.66%
B = 12.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#6E9226 (or 0x6E9226) is known color: Olive Drab. HEX triplet: 6E, 92 and 26. RGB value is (110,146,38). Sum of RGB (Red+Green+Blue) = 110+146+38=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9226 is #916DD9. Grayscale: #7B7B7B. Windows color (decimal): -9530842 or 2527854. OLE color: 2527854.

HSL color Cylindrical-coordinate representation of color #6E9226: hue angle of 80º 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 #6E9226 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 146 38 -
CMYK 0.25 0 0.74 0.43
HSL 80º 0.59% 0.36% -
HSV(B) 80º 0.74% 0.57% -
XYZ 17.06 24.01 5.57 -
YUV 122.92 80.07 118.78 -
System Red Green Blue C M Y K H S L
Decimal 110 146 38 0.25 0 0.74 0.43 80 0.59 0.36
Hex 6E 92 26 19 0 4A 2B 50 3B 24
Octal 156 222 46 31 0 112 53 120 73 44
Binary 1101110 10010010 100110 11001 0 1001010 101011 1010000 111011 100100

Color Harmonies of #6E9226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9226

Black with #6E9226

Text Example


Text Example

White with #6E9226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E9226; }

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

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

background-color css

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

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

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

border-color css

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

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

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