Html Css Color HEX #6E972A Olive Drab

📋 copy color: '#6E972A'

red 110 ◦ green 151 ◦ blue 42

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

Shades of Olive Drab #6E972A

Tints of Olive Drab #6E972A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.83%

 BLUE value IS 42 (16.8% from 255) = 13.86%

R = 36.3%
G = 49.83%
B = 13.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#6E972A (or 0x6E972A) is known color: Olive Drab. HEX triplet: 6E, 97 and 2A. RGB value is (110,151,42). Sum of RGB (Red+Green+Blue) = 110+151+42=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #6E972A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E972A is #9168D5. Grayscale: #7E7E7E. Windows color (decimal): -9529558 or 2791278. OLE color: 2791278.

HSL color Cylindrical-coordinate representation of color #6E972A: hue angle of 82.57º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E972A is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 151 42 -
CMYK 0.27 0 0.72 0.41
HSL 82.57º 0.56% 0.38% -
HSV(B) 82.57º 0.72% 0.59% -
XYZ 17.91 25.62 6.19 -
YUV 126.32 80.42 116.36 -
System Red Green Blue C M Y K H S L
Decimal 110 151 42 0.27 0 0.72 0.41 82.57 0.56 0.38
Hex 6E 97 2A 1B 0 48 29 53 38 26
Octal 156 227 52 33 0 110 51 123 70 46
Binary 1101110 10010111 101010 11011 0 1001000 101001 1010011 111000 100110

Color Harmonies of #6E972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E972A

Black with #6E972A

Text Example


Text Example

White with #6E972A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,151,42); }

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

background-color css

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

 a { background-color: rgb(110,151,42); }

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

border-color css

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

 span { border-color: rgb(110,151,42); }

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