Html Css Color HEX #688150 Dingley

📋 copy color: '#688150'

red 104 ◦ green 129 ◦ blue 80

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

Shades of Dingley #688150

Tints of Dingley #688150

RGB

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

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

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

R = 33.23%
G = 41.21%
B = 25.56%

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

#688150 (or 0x688150) is known color: Dingley. HEX triplet: 68, 81 and 50. RGB value is (104,129,80). Sum of RGB (Red+Green+Blue) = 104+129+80=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #688150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688150 is #977EAF. Grayscale: #747474. Windows color (decimal): -9928368 or 5276008. OLE color: 5276008.

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

Color convert

RGB 104 129 80 -
CMYK 0.19 0 0.38 0.49
HSL 90.61º 0.23% 0.41% -
HSV(B) 90.61º 0.38% 0.51% -
XYZ 15.01 19.22 10.51 -
YUV 115.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 104 129 80 0.19 0 0.38 0.49 90.61 0.23 0.41
Hex 68 81 50 13 0 26 31 5B 17 29
Octal 150 201 120 23 0 46 61 133 27 51
Binary 1101000 10000001 1010000 10011 0 100110 110001 1011011 10111 101001

Color Harmonies of #688150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688150

Black with #688150

Text Example


Text Example

White with #688150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688150; }

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

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

background-color css

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

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

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

border-color css

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

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

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