#6A874B

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

Shades of Dingley #6A874B

Tints of Dingley #6A874B

Color information

#6A874B (or 0x6A874B) is unknown color: approx Dingley. HEX triplet: 6A, 87 and 4B. RGB value is (106,135,75). Sum of RGB (Red+Green+Blue) = 106+135+75=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #6A874B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A874B is #9578B4. Grayscale: #777777. Windows color (decimal): -9795765 or 4949866. OLE color: 4949866.

HSL color Cylindrical-coordinate representation of color #6A874B: hue angle of 89º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A874B is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB10613575-
CMYK0.2100.440.47
HSL89º28.57%41.18%-
HSV(B)89º44.44%52.94%-
XYZ15.8820.99.85-
YUV119.49102.89118.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 135 (53.12% from 255) = 42.72%
BLUE value IS 75 (29.69% from 255) = 23.73%
R=33.54%
G=42.72%
B=23.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106135750.2100.440.478928.5741.18
Hex6A874B1502C2F591d29
Octal15220711325054571313551
Binary1101010100001111001011101010101100101111101100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,135,75); }

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

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

 a { background-color: rgb(106,135,75); }

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

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

 span { border-color: rgb(106,135,75); }

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