Html Css Color HEX #608145 Dingley

📋 copy color: '#608145'

red 96 ◦ green 129 ◦ blue 69

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

Shades of Dingley #608145

Tints of Dingley #608145

RGB

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

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

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

R = 32.65%
G = 43.88%
B = 23.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#608145 (or 0x608145) is known color: Dingley. HEX triplet: 60, 81 and 45. RGB value is (96,129,69). Sum of RGB (Red+Green+Blue) = 96+129+69=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #608145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608145 is #9F7EBA. Grayscale: #707070. Windows color (decimal): -10452667 or 4555104. OLE color: 4555104.

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

Color convert

RGB 96 129 69 -
CMYK 0.26 0 0.47 0.49
HSL 93º 0.3% 0.39% -
HSV(B) 93º 0.47% 0.51% -
XYZ 13.75 18.62 8.5 -
YUV 112.29 103.57 116.38 -
System Red Green Blue C M Y K H S L
Decimal 96 129 69 0.26 0 0.47 0.49 93 0.3 0.39
Hex 60 81 45 1A 0 2F 31 5D 1E 27
Octal 140 201 105 32 0 57 61 135 36 47
Binary 1100000 10000001 1000101 11010 0 101111 110001 1011101 11110 100111

Color Harmonies of #608145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608145

Black with #608145

Text Example


Text Example

White with #608145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608145; }

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

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

background-color css

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

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

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

border-color css

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

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

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