Html Css Color HEX #698B46 Dingley

📋 copy color: '#698B46'

red 105 ◦ green 139 ◦ blue 70

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

Shades of Dingley #698B46

Tints of Dingley #698B46

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.27%

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

R = 33.44%
G = 44.27%
B = 22.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#698B46 (or 0x698B46) is known color: Dingley. HEX triplet: 69, 8B and 46. RGB value is (105,139,70). Sum of RGB (Red+Green+Blue) = 105+139+70=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #698B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698B46 is #9674B9. Grayscale: #797979. Windows color (decimal): -9860282 or 4623209. OLE color: 4623209.

HSL color Cylindrical-coordinate representation of color #698B46: hue angle of 89.57º degrees, saturation: 0.33, 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 #698B46 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 139 70 -
CMYK 0.24 0 0.50 0.45
HSL 89.57º 0.33% 0.41% -
HSV(B) 89.57º 0.5% 0.55% -
XYZ 16.16 21.91 9.17 -
YUV 120.97 99.24 116.61 -
System Red Green Blue C M Y K H S L
Decimal 105 139 70 0.24 0 0.50 0.45 89.57 0.33 0.41
Hex 69 8B 46 18 0 32 2D 5A 21 29
Octal 151 213 106 30 0 62 55 132 41 51
Binary 1101001 10001011 1000110 11000 0 110010 101101 1011010 100001 101001

Color Harmonies of #698B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698B46

Black with #698B46

Text Example


Text Example

White with #698B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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