Html Css Color HEX #698250 Dingley

📋 copy color: '#698250'

red 105 ◦ green 130 ◦ blue 80

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

Shades of Dingley #698250

Tints of Dingley #698250

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.27%

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

R = 33.33%
G = 41.27%
B = 25.4%

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

#698250 (or 0x698250) is known color: Dingley. HEX triplet: 69, 82 and 50. RGB value is (105,130,80). Sum of RGB (Red+Green+Blue) = 105+130+80=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #698250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698250 is #967DAF. Grayscale: #757575. Windows color (decimal): -9862576 or 5276265. OLE color: 5276265.

HSL color Cylindrical-coordinate representation of color #698250: hue angle of 90º degrees, saturation: 0.24, 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 #698250 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 80 -
CMYK 0.19 0 0.38 0.49
HSL 90º 0.24% 0.41% -
HSV(B) 90º 0.38% 0.51% -
XYZ 15.26 19.55 10.56 -
YUV 116.83 107.22 119.57 -
System Red Green Blue C M Y K H S L
Decimal 105 130 80 0.19 0 0.38 0.49 90 0.24 0.41
Hex 69 82 50 13 0 26 31 5A 18 29
Octal 151 202 120 23 0 46 61 132 30 51
Binary 1101001 10000010 1010000 10011 0 100110 110001 1011010 11000 101001

Color Harmonies of #698250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698250

Black with #698250

Text Example


Text Example

White with #698250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698250; }

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

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

background-color css

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

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

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

border-color css

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

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

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