Html Css Color HEX #608148 Dingley

📋 copy color: '#608148'

red 96 ◦ green 129 ◦ blue 72

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

Shades of Dingley #608148

Tints of Dingley #608148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.43%

 BLUE value IS 72 (28.52% from 255) = 24.24%

R = 32.32%
G = 43.43%
B = 24.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#608148 (or 0x608148) is known color: Dingley. HEX triplet: 60, 81 and 48. RGB value is (96,129,72). Sum of RGB (Red+Green+Blue) = 96+129+72=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #608148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608148 is #9F7EB7. Grayscale: #707070. Windows color (decimal): -10452664 or 4751712. OLE color: 4751712.

HSL color Cylindrical-coordinate representation of color #608148: hue angle of 94.74º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #608148 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 129 72 -
CMYK 0.26 0 0.44 0.49
HSL 94.74º 0.28% 0.39% -
HSV(B) 94.74º 0.44% 0.51% -
XYZ 13.84 18.66 9 -
YUV 112.64 105.07 116.13 -
System Red Green Blue C M Y K H S L
Decimal 96 129 72 0.26 0 0.44 0.49 94.74 0.28 0.39
Hex 60 81 48 1A 0 2C 31 5F 1C 27
Octal 140 201 110 32 0 54 61 137 34 47
Binary 1100000 10000001 1001000 11010 0 101100 110001 1011111 11100 100111

Color Harmonies of #608148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608148

Black with #608148

Text Example


Text Example

White with #608148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608148; }

 p { color: rgb(96,129,72); }

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

background-color css

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

 a { background-color: rgb(96,129,72); }

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

border-color css

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

 span { border-color: rgb(96,129,72); }

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