Html Css Color HEX #607F49 Dingley

📋 copy color: '#607F49'

red 96 ◦ green 127 ◦ blue 73

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

Shades of Dingley #607F49

Tints of Dingley #607F49

RGB

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

 GREEN value IS 127 (50% from 255) = 42.91%

 BLUE value IS 73 (28.91% from 255) = 24.66%

R = 32.43%
G = 42.91%
B = 24.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#607F49 (or 0x607F49) is known color: Dingley. HEX triplet: 60, 7F and 49. RGB value is (96,127,73). Sum of RGB (Red+Green+Blue) = 96+127+73=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #607F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607F49 is #9F80B6. Grayscale: #6F6F6F. Windows color (decimal): -10453175 or 4816736. OLE color: 4816736.

HSL color Cylindrical-coordinate representation of color #607F49: hue angle of 94.44º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #607F49 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 127 73 -
CMYK 0.24 0 0.43 0.50
HSL 94.44º 0.27% 0.39% -
HSV(B) 94.44º 0.43% 0.5% -
XYZ 13.62 18.15 9.09 -
YUV 111.58 106.23 116.89 -
System Red Green Blue C M Y K H S L
Decimal 96 127 73 0.24 0 0.43 0.50 94.44 0.27 0.39
Hex 60 7F 49 18 0 2B 32 5E 1B 27
Octal 140 177 111 30 0 53 62 136 33 47
Binary 1100000 1111111 1001001 11000 0 101011 110010 1011110 11011 100111

Color Harmonies of #607F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607F49

Black with #607F49

Text Example


Text Example

White with #607F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,127,73); }

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

background-color css

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

 a { background-color: rgb(96,127,73); }

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

border-color css

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

 span { border-color: rgb(96,127,73); }

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