#698F4B

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

Shades of Dingley #698F4B

Tints of Dingley #698F4B

Color information

#698F4B (or 0x698F4B) is unknown color: approx Dingley. HEX triplet: 69, 8F and 4B. RGB value is (105,143,75). Sum of RGB (Red+Green+Blue) = 105+143+75=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 143 - color contains mainly: green. Hex color #698F4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698F4B is #9670B4. Grayscale: #7C7C7C. Windows color (decimal): -9859253 or 4951913. OLE color: 4951913.

HSL color Cylindrical-coordinate representation of color #698F4B: hue angle of 93.53º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #698F4B is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB10514375-
CMYK0.2700.480.44
HSL93.53º31.19%42.75%-
HSV(B)93.53º47.55%56.08%-
XYZ16.9223.1610.23-
YUV123.89100.41114.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.51%
GREEN value IS 143 (56.25% from 255) = 44.27%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=32.51%
G=44.27%
B=23.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105143750.2700.480.4493.5331.1942.75
Hex698F4B1B0302C5e1f2b
Octal15121711333060541363753
Binary1101001100011111001011110110110000101100101111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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