Html Css Color HEX #6E972C Olive Drab

📋 copy color: '#6E972C'

red 110 ◦ green 151 ◦ blue 44

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

Shades of Olive Drab #6E972C

Tints of Olive Drab #6E972C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.43%

R = 36.07%
G = 49.51%
B = 14.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#6E972C (or 0x6E972C) is known color: Olive Drab. HEX triplet: 6E, 97 and 2C. RGB value is (110,151,44). Sum of RGB (Red+Green+Blue) = 110+151+44=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #6E972C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E972C is #9168D3. Grayscale: #7E7E7E. Windows color (decimal): -9529556 or 2922350. OLE color: 2922350.

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

Color convert

RGB 110 151 44 -
CMYK 0.27 0 0.71 0.41
HSL 82.99º 0.55% 0.38% -
HSV(B) 82.99º 0.71% 0.59% -
XYZ 17.95 25.63 6.38 -
YUV 126.54 81.42 116.2 -
System Red Green Blue C M Y K H S L
Decimal 110 151 44 0.27 0 0.71 0.41 82.99 0.55 0.38
Hex 6E 97 2C 1B 0 47 29 53 37 26
Octal 156 227 54 33 0 107 51 123 67 46
Binary 1101110 10010111 101100 11011 0 1000111 101001 1010011 110111 100110

Color Harmonies of #6E972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E972C

Black with #6E972C

Text Example


Text Example

White with #6E972C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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