#6B854B

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

Shades of Dingley #6B854B

Tints of Dingley #6B854B

Color information

#6B854B (or 0x6B854B) is unknown color: approx Dingley. HEX triplet: 6B, 85 and 4B. RGB value is (107,133,75). Sum of RGB (Red+Green+Blue) = 107+133+75=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #6B854B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B854B is #947AB4. Grayscale: #767676. Windows color (decimal): -9730741 or 4949355. OLE color: 4949355.

HSL color Cylindrical-coordinate representation of color #6B854B: hue angle of 86.9º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B854B is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB10713375-
CMYK0.2000.440.48
HSL86.9º27.88%40.78%-
HSV(B)86.9º43.61%52.16%-
XYZ15.7220.419.77-
YUV118.61103.39119.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.97%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=33.97%
G=42.22%
B=23.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107133750.2000.440.4886.927.8840.78
Hex6B854B1402C30571c29
Octal15320511324054601273451
Binary1101011100001011001011101000101100110000101011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,133,75); }

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

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

 a { background-color: rgb(107,133,75); }

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

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

 span { border-color: rgb(107,133,75); }

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