Html Css Color HEX #607B4D Dingley

📋 copy color: '#607B4D'

red 96 ◦ green 123 ◦ blue 77

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

Shades of Dingley #607B4D

Tints of Dingley #607B4D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.55%

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

R = 32.43%
G = 41.55%
B = 26.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#607B4D (or 0x607B4D) is known color: Dingley. HEX triplet: 60, 7B and 4D. RGB value is (96,123,77). Sum of RGB (Red+Green+Blue) = 96+123+77=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 123 - color contains mainly: green. Hex color #607B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B4D is #9F84B2. Grayscale: #6D6D6D. Windows color (decimal): -10454195 or 5077856. OLE color: 5077856.

HSL color Cylindrical-coordinate representation of color #607B4D: hue angle of 95.22º 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 #607B4D is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 123 77 -
CMYK 0.22 0 0.37 0.52
HSL 95.22º 0.23% 0.39% -
HSV(B) 95.22º 0.37% 0.48% -
XYZ 13.25 17.19 9.64 -
YUV 109.68 109.55 118.24 -
System Red Green Blue C M Y K H S L
Decimal 96 123 77 0.22 0 0.37 0.52 95.22 0.23 0.39
Hex 60 7B 4D 16 0 25 34 5F 17 27
Octal 140 173 115 26 0 45 64 137 27 47
Binary 1100000 1111011 1001101 10110 0 100101 110100 1011111 10111 100111

Color Harmonies of #607B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607B4D

Black with #607B4D

Text Example


Text Example

White with #607B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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