Html Css Color HEX #6E9328 Olive Drab

📋 copy color: '#6E9328'

red 110 ◦ green 147 ◦ blue 40

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

Shades of Olive Drab #6E9328

Tints of Olive Drab #6E9328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.47%

R = 37.04%
G = 49.49%
B = 13.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#6E9328 (or 0x6E9328) is known color: Olive Drab. HEX triplet: 6E, 93 and 28. RGB value is (110,147,40). Sum of RGB (Red+Green+Blue) = 110+147+40=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #6E9328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9328 is #916CD7. Grayscale: #7C7C7C. Windows color (decimal): -9530584 or 2659182. OLE color: 2659182.

HSL color Cylindrical-coordinate representation of color #6E9328: hue angle of 80.75º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E9328 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 147 40 -
CMYK 0.25 0 0.73 0.42
HSL 80.75º 0.57% 0.37% -
HSV(B) 80.75º 0.73% 0.58% -
XYZ 17.25 24.34 5.8 -
YUV 123.74 80.74 118.2 -
System Red Green Blue C M Y K H S L
Decimal 110 147 40 0.25 0 0.73 0.42 80.75 0.57 0.37
Hex 6E 93 28 19 0 49 2A 51 39 25
Octal 156 223 50 31 0 111 52 121 71 45
Binary 1101110 10010011 101000 11001 0 1001001 101010 1010001 111001 100101

Color Harmonies of #6E9328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9328

Black with #6E9328

Text Example


Text Example

White with #6E9328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,147,40); }

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

background-color css

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

 a { background-color: rgb(110,147,40); }

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

border-color css

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

 span { border-color: rgb(110,147,40); }

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