Html Css Color HEX #6A9546 Dingley

📋 copy color: '#6A9546'

red 106 ◦ green 149 ◦ blue 70

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

Shades of Dingley #6A9546

Tints of Dingley #6A9546

RGB

 RED value IS 106 (41.8% from 255) = 32.62%

 GREEN value IS 149 (58.59% from 255) = 45.85%

 BLUE value IS 70 (27.73% from 255) = 21.54%

R = 32.62%
G = 45.85%
B = 21.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#6A9546 (or 0x6A9546) is known color: Dingley. HEX triplet: 6A, 95 and 46. RGB value is (106,149,70). Sum of RGB (Red+Green+Blue) = 106+149+70=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #6A9546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9546 is #956AB9. Grayscale: #7F7F7F. Windows color (decimal): -9792186 or 4625770. OLE color: 4625770.

HSL color Cylindrical-coordinate representation of color #6A9546: hue angle of 92.66º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A9546 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 149 70 -
CMYK 0.29 0 0.53 0.42
HSL 92.66º 0.36% 0.43% -
HSV(B) 92.66º 0.53% 0.58% -
XYZ 17.8 25 9.68 -
YUV 127.14 95.75 112.92 -
System Red Green Blue C M Y K H S L
Decimal 106 149 70 0.29 0 0.53 0.42 92.66 0.36 0.43
Hex 6A 95 46 1D 0 35 2A 5D 24 2B
Octal 152 225 106 35 0 65 52 135 44 53
Binary 1101010 10010101 1000110 11101 0 110101 101010 1011101 100100 101011

Color Harmonies of #6A9546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9546

Black with #6A9546

Text Example


Text Example

White with #6A9546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,149,70); }

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

background-color css

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

 a { background-color: rgb(106,149,70); }

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

border-color css

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

 span { border-color: rgb(106,149,70); }

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