Html Css Color HEX #607650 Dingley

📋 copy color: '#607650'

red 96 ◦ green 118 ◦ blue 80

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

Shades of Dingley #607650

Tints of Dingley #607650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.14%

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

R = 32.65%
G = 40.14%
B = 27.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#607650 (or 0x607650) is known color: Dingley. HEX triplet: 60, 76 and 50. RGB value is (96,118,80). Sum of RGB (Red+Green+Blue) = 96+118+80=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #607650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607650 is #9F89AF. Grayscale: #6B6B6B. Windows color (decimal): -10455472 or 5273184. OLE color: 5273184.

HSL color Cylindrical-coordinate representation of color #607650: hue angle of 94.74º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #607650 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 118 80 -
CMYK 0.19 0 0.32 0.54
HSL 94.74º 0.19% 0.39% -
HSV(B) 94.74º 0.32% 0.46% -
XYZ 12.75 16.02 10.01 -
YUV 107.09 112.71 120.09 -
System Red Green Blue C M Y K H S L
Decimal 96 118 80 0.19 0 0.32 0.54 94.74 0.19 0.39
Hex 60 76 50 13 0 20 36 5F 13 27
Octal 140 166 120 23 0 40 66 137 23 47
Binary 1100000 1110110 1010000 10011 0 100000 110110 1011111 10011 100111

Color Harmonies of #607650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607650

Black with #607650

Text Example


Text Example

White with #607650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607650; }

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

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

background-color css

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

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

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

border-color css

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

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

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