#698A4B

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

Shades of Dingley #698A4B

Tints of Dingley #698A4B

Color information

#698A4B (or 0x698A4B) is unknown color: approx Dingley. HEX triplet: 69, 8A and 4B. RGB value is (105,138,75). Sum of RGB (Red+Green+Blue) = 105+138+75=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 138 - color contains mainly: green. Hex color #698A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698A4B is #9675B4. Grayscale: #797979. Windows color (decimal): -9860533 or 4950633. OLE color: 4950633.

HSL color Cylindrical-coordinate representation of color #698A4B: hue angle of 91.43º 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 #698A4B is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB10513875-
CMYK0.2400.460.46
HSL91.43º29.58%41.76%-
HSV(B)91.43º45.65%54.12%-
XYZ16.1821.699.99-
YUV120.95102.07116.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 138 (54.30% from 255) = 43.40%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=33.02%
G=43.40%
B=23.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal105138750.2400.460.4691.4329.5841.76
Hex698A4B1802E2E5b1e2a
Octal15121211330056561333652
Binary1101001100010101001011110000101110101110101101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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