Html Css Color HEX #698150 Dingley

📋 copy color: '#698150'

red 105 ◦ green 129 ◦ blue 80

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

Shades of Dingley #698150

Tints of Dingley #698150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.08%

 BLUE value IS 80 (31.64% from 255) = 25.48%

R = 33.44%
G = 41.08%
B = 25.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#698150 (or 0x698150) is known color: Dingley. HEX triplet: 69, 81 and 50. RGB value is (105,129,80). Sum of RGB (Red+Green+Blue) = 105+129+80=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #698150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698150 is #967EAF. Grayscale: #747474. Windows color (decimal): -9862832 or 5276009. OLE color: 5276009.

HSL color Cylindrical-coordinate representation of color #698150: hue angle of 89.39º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #698150 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 129 80 -
CMYK 0.19 0 0.38 0.49
HSL 89.39º 0.23% 0.41% -
HSV(B) 89.39º 0.38% 0.51% -
XYZ 15.12 19.28 10.51 -
YUV 116.24 107.55 119.98 -
System Red Green Blue C M Y K H S L
Decimal 105 129 80 0.19 0 0.38 0.49 89.39 0.23 0.41
Hex 69 81 50 13 0 26 31 59 17 29
Octal 151 201 120 23 0 46 61 131 27 51
Binary 1101001 10000001 1010000 10011 0 100110 110001 1011001 10111 101001

Color Harmonies of #698150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698150

Black with #698150

Text Example


Text Example

White with #698150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698150; }

 p { color: rgb(105,129,80); }

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

background-color css

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

 a { background-color: rgb(105,129,80); }

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

border-color css

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

 span { border-color: rgb(105,129,80); }

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