#678A4B

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

Shades of Dingley #678A4B

Tints of Dingley #678A4B

Color information

#678A4B (or 0x678A4B) is unknown color: approx Dingley. HEX triplet: 67, 8A and 4B. RGB value is (103,138,75). Sum of RGB (Red+Green+Blue) = 103+138+75=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #678A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678A4B is #9875B4. Grayscale: #787878. Windows color (decimal): -9991605 or 4950631. OLE color: 4950631.

HSL color Cylindrical-coordinate representation of color #678A4B: hue angle of 93.33º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #678A4B is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB10313875-
CMYK0.2500.460.46
HSL93.33º29.58%41.76%-
HSV(B)93.33º45.65%54.12%-
XYZ15.9521.579.98-
YUV120.35102.4115.62-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.59%
GREEN value IS 138 (54.30% from 255) = 43.67%
BLUE value IS 75 (29.69% from 255) = 23.73%
R=32.59%
G=43.67%
B=23.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal103138750.2500.460.4693.3329.5841.76
Hex678A4B1902E2E5d1e2a
Octal14721211331056561353652
Binary1100111100010101001011110010101110101110101110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678A4B; }

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

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

<style>
 a { background-color: #678A4B; }

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

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

<style>
 span { border-color: #678A4B; }

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

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