Html Css Color HEX #60873B Dingley

📋 copy color: '#60873B'

red 96 ◦ green 135 ◦ blue 59

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

Shades of Dingley #60873B

Tints of Dingley #60873B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.55%

 BLUE value IS 59 (23.44% from 255) = 20.34%

R = 33.1%
G = 46.55%
B = 20.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#60873B (or 0x60873B) is known color: Dingley. HEX triplet: 60, 87 and 3B. RGB value is (96,135,59). Sum of RGB (Red+Green+Blue) = 96+135+59=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #60873B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60873B is #9F78C4. Grayscale: #727272. Windows color (decimal): -10451141 or 3901280. OLE color: 3901280.

HSL color Cylindrical-coordinate representation of color #60873B: hue angle of 90.79º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60873B is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 135 59 -
CMYK 0.29 0 0.56 0.47
HSL 90.79º 0.39% 0.38% -
HSV(B) 90.79º 0.56% 0.53% -
XYZ 14.28 20.13 7.27 -
YUV 114.68 96.58 114.68 -
System Red Green Blue C M Y K H S L
Decimal 96 135 59 0.29 0 0.56 0.47 90.79 0.39 0.38
Hex 60 87 3B 1D 0 38 2F 5B 27 26
Octal 140 207 73 35 0 70 57 133 47 46
Binary 1100000 10000111 111011 11101 0 111000 101111 1011011 100111 100110

Color Harmonies of #60873B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60873B

Black with #60873B

Text Example


Text Example

White with #60873B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60873B; }

 p { color: rgb(96,135,59); }

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

background-color css

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

 a { background-color: rgb(96,135,59); }

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

border-color css

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

 span { border-color: rgb(96,135,59); }

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