Html Css Color HEX #6E914A Dingley

📋 copy color: '#6E914A'

red 110 ◦ green 145 ◦ blue 74

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

Shades of Dingley #6E914A

Tints of Dingley #6E914A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.07%

 BLUE value IS 74 (29.3% from 255) = 22.49%

R = 33.43%
G = 44.07%
B = 22.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#6E914A (or 0x6E914A) is known color: Dingley. HEX triplet: 6E, 91 and 4A. RGB value is (110,145,74). Sum of RGB (Red+Green+Blue) = 110+145+74=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #6E914A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E914A is #916EB5. Grayscale: #7E7E7E. Windows color (decimal): -9531062 or 4886894. OLE color: 4886894.

HSL color Cylindrical-coordinate representation of color #6E914A: hue angle of 89.58º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E914A is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 145 74 -
CMYK 0.24 0 0.49 0.43
HSL 89.58º 0.32% 0.43% -
HSV(B) 89.58º 0.49% 0.57% -
XYZ 17.79 24.06 10.18 -
YUV 126.44 98.4 116.27 -
System Red Green Blue C M Y K H S L
Decimal 110 145 74 0.24 0 0.49 0.43 89.58 0.32 0.43
Hex 6E 91 4A 18 0 31 2B 5A 20 2B
Octal 156 221 112 30 0 61 53 132 40 53
Binary 1101110 10010001 1001010 11000 0 110001 101011 1011010 100000 101011

Color Harmonies of #6E914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E914A

Black with #6E914A

Text Example


Text Example

White with #6E914A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,145,74); }

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

background-color css

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

 a { background-color: rgb(110,145,74); }

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

border-color css

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

 span { border-color: rgb(110,145,74); }

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