#677B4B

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

Shades of Dingley #677B4B

Tints of Dingley #677B4B

Color information

#677B4B (or 0x677B4B) is unknown color: approx Dingley. HEX triplet: 67, 7B and 4B. RGB value is (103,123,75). Sum of RGB (Red+Green+Blue) = 103+123+75=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 123 - color contains mainly: green. Hex color #677B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677B4B is #9884B4. Grayscale: #6F6F6F. Windows color (decimal): -9995445 or 4946791. OLE color: 4946791.

HSL color Cylindrical-coordinate representation of color #677B4B: hue angle of 85º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #677B4B is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB10312375-
CMYK0.1600.390.52
HSL85º24.24%38.82%-
HSV(B)85º39.02%48.24%-
XYZ13.9517.569.31-
YUV111.55107.37121.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.22%
GREEN value IS 123 (48.44% from 255) = 40.86%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=34.22%
G=40.86%
B=24.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal103123750.1600.390.528524.2438.82
Hex677B4B1002734551827
Octal14717311320047641253047
Binary110011111110111001011100000100111110100101010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677B4B; }

 p { color: rgb(103,123,75); }

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

<style>
 a { background-color: #677B4B; }

 a { background-color: rgb(103,123,75); }

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

<style>
 span { border-color: #677B4B; }

 span { border-color: rgb(103,123,75); }

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