Html Css Color HEX #6A9245 Dingley

📋 copy color: '#6A9245'

red 106 ◦ green 146 ◦ blue 69

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

Shades of Dingley #6A9245

Tints of Dingley #6A9245

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.48%

 BLUE value IS 69 (27.34% from 255) = 21.5%

R = 33.02%
G = 45.48%
B = 21.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.43

RGB Variations

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

Color information

#6A9245 (or 0x6A9245) is known color: Dingley. HEX triplet: 6A, 92 and 45. RGB value is (106,146,69). Sum of RGB (Red+Green+Blue) = 106+146+69=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #6A9245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9245 is #956DBA. Grayscale: #7D7D7D. Windows color (decimal): -9792955 or 4559466. OLE color: 4559466.

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

Color convert

RGB 106 146 69 -
CMYK 0.27 0 0.53 0.43
HSL 91.17º 0.36% 0.42% -
HSV(B) 91.17º 0.53% 0.57% -
XYZ 17.3 24.05 9.36 -
YUV 125.26 96.25 114.26 -
System Red Green Blue C M Y K H S L
Decimal 106 146 69 0.27 0 0.53 0.43 91.17 0.36 0.42
Hex 6A 92 45 1B 0 35 2B 5B 24 2A
Octal 152 222 105 33 0 65 53 133 44 52
Binary 1101010 10010010 1000101 11011 0 110101 101011 1011011 100100 101010

Color Harmonies of #6A9245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9245

Black with #6A9245

Text Example


Text Example

White with #6A9245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,146,69); }

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

background-color css

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

 a { background-color: rgb(106,146,69); }

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

border-color css

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

 span { border-color: rgb(106,146,69); }

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