Html Css Color HEX #688250 Dingley

📋 copy color: '#688250'

red 104 ◦ green 130 ◦ blue 80

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

Shades of Dingley #688250

Tints of Dingley #688250

RGB

 RED value IS 104 (41.02% from 255) = 33.12%

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

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

R = 33.12%
G = 41.4%
B = 25.48%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#688250 (or 0x688250) is known color: Dingley. HEX triplet: 68, 82 and 50. RGB value is (104,130,80). Sum of RGB (Red+Green+Blue) = 104+130+80=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #688250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688250 is #977DAF. Grayscale: #747474. Windows color (decimal): -9928112 or 5276264. OLE color: 5276264.

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

Color convert

RGB 104 130 80 -
CMYK 0.2 0 0.38 0.49
HSL 91.2º 0.24% 0.41% -
HSV(B) 91.2º 0.38% 0.51% -
XYZ 15.14 19.49 10.55 -
YUV 116.53 107.39 119.07 -
System Red Green Blue C M Y K H S L
Decimal 104 130 80 0.2 0 0.38 0.49 91.2 0.24 0.41
Hex 68 82 50 14 0 26 31 5B 18 29
Octal 150 202 120 24 0 46 61 133 30 51
Binary 1101000 10000010 1010000 10100 0 100110 110001 1011011 11000 101001

Color Harmonies of #688250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688250

Black with #688250

Text Example


Text Example

White with #688250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688250; }

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

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

background-color css

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

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

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

border-color css

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

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

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