Html Css Color HEX #607750 Dingley

📋 copy color: '#607750'

red 96 ◦ green 119 ◦ blue 80

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

Shades of Dingley #607750

Tints of Dingley #607750

RGB

 RED value IS 96 (37.89% from 255) = 32.54%

 GREEN value IS 119 (46.88% from 255) = 40.34%

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

R = 32.54%
G = 40.34%
B = 27.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#607750 (or 0x607750) is known color: Dingley. HEX triplet: 60, 77 and 50. RGB value is (96,119,80). Sum of RGB (Red+Green+Blue) = 96+119+80=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #607750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607750 is #9F88AF. Grayscale: #6B6B6B. Windows color (decimal): -10455216 or 5273440. OLE color: 5273440.

HSL color Cylindrical-coordinate representation of color #607750: hue angle of 95.38º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #607750 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 119 80 -
CMYK 0.19 0 0.33 0.53
HSL 95.38º 0.2% 0.39% -
HSV(B) 95.38º 0.33% 0.47% -
XYZ 12.87 16.26 10.05 -
YUV 107.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 96 119 80 0.19 0 0.33 0.53 95.38 0.2 0.39
Hex 60 77 50 13 0 21 35 5F 14 27
Octal 140 167 120 23 0 41 65 137 24 47
Binary 1100000 1110111 1010000 10011 0 100001 110101 1011111 10100 100111

Color Harmonies of #607750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607750

Black with #607750

Text Example


Text Example

White with #607750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607750; }

 p { color: rgb(96,119,80); }

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

background-color css

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

 a { background-color: rgb(96,119,80); }

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

border-color css

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

 span { border-color: rgb(96,119,80); }

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