Html Css Color HEX #608545 Dingley

📋 copy color: '#608545'

red 96 ◦ green 133 ◦ blue 69

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

Shades of Dingley #608545

Tints of Dingley #608545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.15%

R = 32.21%
G = 44.63%
B = 23.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#608545 (or 0x608545) is known color: Dingley. HEX triplet: 60, 85 and 45. RGB value is (96,133,69). Sum of RGB (Red+Green+Blue) = 96+133+69=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #608545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608545 is #9F7ABA. Grayscale: #727272. Windows color (decimal): -10451643 or 4556128. OLE color: 4556128.

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

Color convert

RGB 96 133 69 -
CMYK 0.28 0 0.48 0.48
HSL 94.69º 0.32% 0.4% -
HSV(B) 94.69º 0.48% 0.52% -
XYZ 14.29 19.69 8.68 -
YUV 114.64 102.24 114.7 -
System Red Green Blue C M Y K H S L
Decimal 96 133 69 0.28 0 0.48 0.48 94.69 0.32 0.4
Hex 60 85 45 1C 0 30 30 5F 20 28
Octal 140 205 105 34 0 60 60 137 40 50
Binary 1100000 10000101 1000101 11100 0 110000 110000 1011111 100000 101000

Color Harmonies of #608545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608545

Black with #608545

Text Example


Text Example

White with #608545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608545; }

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

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

background-color css

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

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

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

border-color css

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

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

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