Html Css Color HEX #6E9030 Olive Drab

📋 copy color: '#6E9030'

red 110 ◦ green 144 ◦ blue 48

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

Shades of Olive Drab #6E9030

Tints of Olive Drab #6E9030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.68%

 BLUE value IS 48 (19.14% from 255) = 15.89%

R = 36.42%
G = 47.68%
B = 15.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#6E9030 (or 0x6E9030) is known color: Olive Drab. HEX triplet: 6E, 90 and 30. RGB value is (110,144,48). Sum of RGB (Red+Green+Blue) = 110+144+48=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #6E9030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9030 is #916FCF. Grayscale: #7B7B7B. Windows color (decimal): -9531344 or 3182702. OLE color: 3182702.

HSL color Cylindrical-coordinate representation of color #6E9030: hue angle of 81.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E9030 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 110 144 48 -
CMYK 0.24 0 0.67 0.44
HSL 81.25º 0.5% 0.38% -
HSV(B) 81.25º 0.67% 0.56% -
XYZ 16.94 23.47 6.43 -
YUV 122.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 110 144 48 0.24 0 0.67 0.44 81.25 0.5 0.38
Hex 6E 90 30 18 0 43 2C 51 32 26
Octal 156 220 60 30 0 103 54 121 62 46
Binary 1101110 10010000 110000 11000 0 1000011 101100 1010001 110010 100110

Color Harmonies of #6E9030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9030

Black with #6E9030

Text Example


Text Example

White with #6E9030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,144,48); }

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

background-color css

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

 a { background-color: rgb(110,144,48); }

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

border-color css

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

 span { border-color: rgb(110,144,48); }

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