Html Css Color HEX #698D46 Dingley

📋 copy color: '#698D46'

red 105 ◦ green 141 ◦ blue 70

#698D46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #698D46

Tints of Dingley #698D46

RGB

 RED value IS 105 (41.41% from 255) = 33.23%

 GREEN value IS 141 (55.47% from 255) = 44.62%

 BLUE value IS 70 (27.73% from 255) = 22.15%

R = 33.23%
G = 44.62%
B = 22.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#698D46 (or 0x698D46) is known color: Dingley. HEX triplet: 69, 8D and 46. RGB value is (105,141,70). Sum of RGB (Red+Green+Blue) = 105+141+70=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #698D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698D46 is #9672B9. Grayscale: #7A7A7A. Windows color (decimal): -9859770 or 4623721. OLE color: 4623721.

HSL color Cylindrical-coordinate representation of color #698D46: hue angle of 90.42º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698D46 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 141 70 -
CMYK 0.26 0 0.50 0.45
HSL 90.42º 0.34% 0.41% -
HSV(B) 90.42º 0.5% 0.55% -
XYZ 16.46 22.5 9.27 -
YUV 122.14 98.57 115.77 -
System Red Green Blue C M Y K H S L
Decimal 105 141 70 0.26 0 0.50 0.45 90.42 0.34 0.41
Hex 69 8D 46 1A 0 32 2D 5A 22 29
Octal 151 215 106 32 0 62 55 132 42 51
Binary 1101001 10001101 1000110 11010 0 110010 101101 1011010 100010 101001

Color Harmonies of #698D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D46

Black with #698D46

Text Example


Text Example

White with #698D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,141,70); }

 H1.HeaderClassName
 {
   color: #698D46;
 }
 .AnyTagClassName
 {
   color: #698D46;
 }
</style>

background-color css

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

 a { background-color: rgb(105,141,70); }

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

border-color css

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

 span { border-color: rgb(105,141,70); }

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