#6B904A

Color #6B904A Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #6B904A

Tints of Dingley #6B904A

Color information

#6B904A (or 0x6B904A) is unknown color: approx Dingley. HEX triplet: 6B, 90 and 4A. RGB value is (107,144,74). Sum of RGB (Red+Green+Blue) = 107+144+74=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #6B904A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B904A is #946FB5. Grayscale: #7D7D7D. Windows color (decimal): -9727926 or 4886635. OLE color: 4886635.

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

Color convert

RGB10714474-
CMYK0.2600.490.44
HSL91.71º32.11%42.75%-
HSV(B)91.71º48.61%56.47%-
XYZ17.2723.5710.12-
YUV124.9699.24115.19-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.92%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=32.92%
G=44.31%
B=22.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal107144740.2600.490.4491.7132.1142.75
Hex6B904A1A0312C5c202b
Octal15322011232061541344053
Binary11010111001000010010101101001100011011001011100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B904A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,144,74); }

 H1.HeaderClassName
 {
   color: #6B904A;
 }
 .AnyTagClassName
 {
   color: #6B904A;
 }
</style>
background-color css

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

 a { background-color: rgb(107,144,74); }

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

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

 span { border-color: rgb(107,144,74); }

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