Html Css Color HEX #607C42 Dingley

📋 copy color: '#607C42'

red 96 ◦ green 124 ◦ blue 66

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

Shades of Dingley #607C42

Tints of Dingley #607C42

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.36%

 BLUE value IS 66 (26.17% from 255) = 23.08%

R = 33.57%
G = 43.36%
B = 23.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#607C42 (or 0x607C42) is known color: Dingley. HEX triplet: 60, 7C and 42. RGB value is (96,124,66). Sum of RGB (Red+Green+Blue) = 96+124+66=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 124 (48.83% from 255 or 43.36% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 124 - color contains mainly: green. Hex color #607C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607C42 is #9F83BD. Grayscale: #6D6D6D. Windows color (decimal): -10453950 or 4357216. OLE color: 4357216.

HSL color Cylindrical-coordinate representation of color #607C42: hue angle of 88.97º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #607C42 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 124 66 -
CMYK 0.23 0 0.47 0.51
HSL 88.97º 0.31% 0.37% -
HSV(B) 88.97º 0.47% 0.49% -
XYZ 13.01 17.3 7.81 -
YUV 109.02 103.72 118.72 -
System Red Green Blue C M Y K H S L
Decimal 96 124 66 0.23 0 0.47 0.51 88.97 0.31 0.37
Hex 60 7C 42 17 0 2F 33 59 1F 25
Octal 140 174 102 27 0 57 63 131 37 45
Binary 1100000 1111100 1000010 10111 0 101111 110011 1011001 11111 100101

Color Harmonies of #607C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607C42

Black with #607C42

Text Example


Text Example

White with #607C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,124,66); }

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

background-color css

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

 a { background-color: rgb(96,124,66); }

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

border-color css

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

 span { border-color: rgb(96,124,66); }

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