Html Css Color HEX #607848 Dingley

📋 copy color: '#607848'

red 96 ◦ green 120 ◦ blue 72

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

Shades of Dingley #607848

Tints of Dingley #607848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.67%

 BLUE value IS 72 (28.52% from 255) = 25%

R = 33.33%
G = 41.67%
B = 25%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#607848 (or 0x607848) is known color: Dingley. HEX triplet: 60, 78 and 48. RGB value is (96,120,72). Sum of RGB (Red+Green+Blue) = 96+120+72=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #607848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607848 is #9F87B7. Grayscale: #6B6B6B. Windows color (decimal): -10454968 or 4749408. OLE color: 4749408.

HSL color Cylindrical-coordinate representation of color #607848: hue angle of 90º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #607848 is Cyan = 0.2, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 120 72 -
CMYK 0.2 0 0.40 0.53
HSL 90º 0.25% 0.38% -
HSV(B) 90º 0.4% 0.47% -
XYZ 12.71 16.39 8.62 -
YUV 107.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 96 120 72 0.2 0 0.40 0.53 90 0.25 0.38
Hex 60 78 48 14 0 28 35 5A 19 26
Octal 140 170 110 24 0 50 65 132 31 46
Binary 1100000 1111000 1001000 10100 0 101000 110101 1011010 11001 100110

Color Harmonies of #607848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607848

Black with #607848

Text Example


Text Example

White with #607848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607848; }

 p { color: rgb(96,120,72); }

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

background-color css

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

 a { background-color: rgb(96,120,72); }

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

border-color css

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

 span { border-color: rgb(96,120,72); }

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