Html Css Color HEX #608546 Dingley

📋 copy color: '#608546'

red 96 ◦ green 133 ◦ blue 70

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

Shades of Dingley #608546

Tints of Dingley #608546

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.48%

 BLUE value IS 70 (27.73% from 255) = 23.41%

R = 32.11%
G = 44.48%
B = 23.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#608546 (or 0x608546) is known color: Dingley. HEX triplet: 60, 85 and 46. RGB value is (96,133,70). Sum of RGB (Red+Green+Blue) = 96+133+70=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #608546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608546 is #9F7AB9. Grayscale: #727272. Windows color (decimal): -10451642 or 4621664. OLE color: 4621664.

HSL color Cylindrical-coordinate representation of color #608546: hue angle of 95.24º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #608546 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 70 -
CMYK 0.28 0 0.47 0.48
HSL 95.24º 0.31% 0.4% -
HSV(B) 95.24º 0.47% 0.52% -
XYZ 14.32 19.7 8.84 -
YUV 114.76 102.74 114.62 -
System Red Green Blue C M Y K H S L
Decimal 96 133 70 0.28 0 0.47 0.48 95.24 0.31 0.4
Hex 60 85 46 1C 0 2F 30 5F 1F 28
Octal 140 205 106 34 0 57 60 137 37 50
Binary 1100000 10000101 1000110 11100 0 101111 110000 1011111 11111 101000

Color Harmonies of #608546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608546

Black with #608546

Text Example


Text Example

White with #608546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608546; }

 p { color: rgb(96,133,70); }

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

background-color css

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

 a { background-color: rgb(96,133,70); }

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

border-color css

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

 span { border-color: rgb(96,133,70); }

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