Html Css Color HEX #608446 Dingley

📋 copy color: '#608446'

red 96 ◦ green 132 ◦ blue 70

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

Shades of Dingley #608446

Tints of Dingley #608446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.3%

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

R = 32.21%
G = 44.3%
B = 23.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#608446 (or 0x608446) is known color: Dingley. HEX triplet: 60, 84 and 46. RGB value is (96,132,70). Sum of RGB (Red+Green+Blue) = 96+132+70=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #608446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608446 is #9F7BB9. Grayscale: #727272. Windows color (decimal): -10451898 or 4621408. OLE color: 4621408.

HSL color Cylindrical-coordinate representation of color #608446: hue angle of 94.84º 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 #608446 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 132 70 -
CMYK 0.27 0 0.47 0.48
HSL 94.84º 0.31% 0.4% -
HSV(B) 94.84º 0.47% 0.52% -
XYZ 14.18 19.43 8.8 -
YUV 114.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 96 132 70 0.27 0 0.47 0.48 94.84 0.31 0.4
Hex 60 84 46 1B 0 2F 30 5F 1F 28
Octal 140 204 106 33 0 57 60 137 37 50
Binary 1100000 10000100 1000110 11011 0 101111 110000 1011111 11111 101000

Color Harmonies of #608446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608446

Black with #608446

Text Example


Text Example

White with #608446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608446; }

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

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

background-color css

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

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

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

border-color css

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

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

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