Html Css Color HEX #607840 Dingley

📋 copy color: '#607840'

red 96 ◦ green 120 ◦ blue 64

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

Shades of Dingley #607840

Tints of Dingley #607840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.86%

R = 34.29%
G = 42.86%
B = 22.86%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#607840 (or 0x607840) is known color: Dingley. HEX triplet: 60, 78 and 40. RGB value is (96,120,64). Sum of RGB (Red+Green+Blue) = 96+120+64=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #607840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607840 is #9F87BF. Grayscale: #6A6A6A. Windows color (decimal): -10454976 or 4225120. OLE color: 4225120.

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

Color convert

RGB 96 120 64 -
CMYK 0.2 0 0.47 0.53
HSL 85.71º 0.3% 0.36% -
HSV(B) 85.71º 0.47% 0.47% -
XYZ 12.47 16.29 7.34 -
YUV 106.44 104.05 120.55 -
System Red Green Blue C M Y K H S L
Decimal 96 120 64 0.2 0 0.47 0.53 85.71 0.3 0.36
Hex 60 78 40 14 0 2F 35 56 1E 24
Octal 140 170 100 24 0 57 65 126 36 44
Binary 1100000 1111000 1000000 10100 0 101111 110101 1010110 11110 100100

Color Harmonies of #607840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607840

Black with #607840

Text Example


Text Example

White with #607840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607840; }

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

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

background-color css

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

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

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

border-color css

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

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

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