Html Css Color HEX #607D42 Dingley

📋 copy color: '#607D42'

red 96 ◦ green 125 ◦ blue 66

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

Shades of Dingley #607D42

Tints of Dingley #607D42

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.55%

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

R = 33.45%
G = 43.55%
B = 23%

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

#607D42 (or 0x607D42) is known color: Dingley. HEX triplet: 60, 7D and 42. RGB value is (96,125,66). Sum of RGB (Red+Green+Blue) = 96+125+66=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 125 - color contains mainly: green. Hex color #607D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607D42 is #9F82BD. Grayscale: #6D6D6D. Windows color (decimal): -10453694 or 4357472. OLE color: 4357472.

HSL color Cylindrical-coordinate representation of color #607D42: hue angle of 89.49º 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 #607D42 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 125 66 -
CMYK 0.23 0 0.47 0.51
HSL 89.49º 0.31% 0.37% -
HSV(B) 89.49º 0.47% 0.49% -
XYZ 13.14 17.55 7.85 -
YUV 109.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 96 125 66 0.23 0 0.47 0.51 89.49 0.31 0.37
Hex 60 7D 42 17 0 2F 33 59 1F 25
Octal 140 175 102 27 0 57 63 131 37 45
Binary 1100000 1111101 1000010 10111 0 101111 110011 1011001 11111 100101

Color Harmonies of #607D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607D42

Black with #607D42

Text Example


Text Example

White with #607D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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