Html Css Color HEX #607A4D Dingley

📋 copy color: '#607A4D'

red 96 ◦ green 122 ◦ blue 77

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

Shades of Dingley #607A4D

Tints of Dingley #607A4D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.36%

 BLUE value IS 77 (30.47% from 255) = 26.1%

R = 32.54%
G = 41.36%
B = 26.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#607A4D (or 0x607A4D) is known color: Dingley. HEX triplet: 60, 7A and 4D. RGB value is (96,122,77). Sum of RGB (Red+Green+Blue) = 96+122+77=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #607A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A4D is #9F85B2. Grayscale: #6D6D6D. Windows color (decimal): -10454451 or 5077600. OLE color: 5077600.

HSL color Cylindrical-coordinate representation of color #607A4D: hue angle of 94.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #607A4D is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 122 77 -
CMYK 0.21 0 0.37 0.52
HSL 94.67º 0.23% 0.39% -
HSV(B) 94.67º 0.37% 0.48% -
XYZ 13.12 16.94 9.6 -
YUV 109.1 109.89 118.66 -
System Red Green Blue C M Y K H S L
Decimal 96 122 77 0.21 0 0.37 0.52 94.67 0.23 0.39
Hex 60 7A 4D 15 0 25 34 5F 17 27
Octal 140 172 115 25 0 45 64 137 27 47
Binary 1100000 1111010 1001101 10101 0 100101 110100 1011111 10111 100111

Color Harmonies of #607A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607A4D

Black with #607A4D

Text Example


Text Example

White with #607A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607A4D; }

 p { color: rgb(96,122,77); }

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

background-color css

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

 a { background-color: rgb(96,122,77); }

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

border-color css

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

 span { border-color: rgb(96,122,77); }

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