Html Css Color HEX #608646 Dingley

📋 copy color: '#608646'

red 96 ◦ green 134 ◦ blue 70

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

Shades of Dingley #608646

Tints of Dingley #608646

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.67%

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

R = 32%
G = 44.67%
B = 23.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#608646 (or 0x608646) is known color: Dingley. HEX triplet: 60, 86 and 46. RGB value is (96,134,70). Sum of RGB (Red+Green+Blue) = 96+134+70=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #608646 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608646 is #9F79B9. Grayscale: #737373. Windows color (decimal): -10451386 or 4621920. OLE color: 4621920.

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

Color convert

RGB 96 134 70 -
CMYK 0.28 0 0.48 0.47
HSL 95.63º 0.31% 0.4% -
HSV(B) 95.63º 0.48% 0.53% -
XYZ 14.45 19.98 8.89 -
YUV 115.34 102.41 114.2 -
System Red Green Blue C M Y K H S L
Decimal 96 134 70 0.28 0 0.48 0.47 95.63 0.31 0.4
Hex 60 86 46 1C 0 30 2F 60 1F 28
Octal 140 206 106 34 0 60 57 140 37 50
Binary 1100000 10000110 1000110 11100 0 110000 101111 1100000 11111 101000

Color Harmonies of #608646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608646

Black with #608646

Text Example


Text Example

White with #608646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608646; }

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

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

background-color css

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

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

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

border-color css

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

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

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