Html Css Color HEX #60873C Dingley

📋 copy color: '#60873C'

red 96 ◦ green 135 ◦ blue 60

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

Shades of Dingley #60873C

Tints of Dingley #60873C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.62%

R = 32.99%
G = 46.39%
B = 20.62%

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

#60873C (or 0x60873C) is known color: Dingley. HEX triplet: 60, 87 and 3C. RGB value is (96,135,60). Sum of RGB (Red+Green+Blue) = 96+135+60=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #60873C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60873C is #9F78C3. Grayscale: #737373. Windows color (decimal): -10451140 or 3966816. OLE color: 3966816.

HSL color Cylindrical-coordinate representation of color #60873C: hue angle of 91.2º degrees, saturation: 0.38, 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 #60873C is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 135 60 -
CMYK 0.29 0 0.56 0.47
HSL 91.2º 0.38% 0.38% -
HSV(B) 91.2º 0.56% 0.53% -
XYZ 14.3 20.14 7.41 -
YUV 114.79 97.08 114.6 -
System Red Green Blue C M Y K H S L
Decimal 96 135 60 0.29 0 0.56 0.47 91.2 0.38 0.38
Hex 60 87 3C 1D 0 38 2F 5B 26 26
Octal 140 207 74 35 0 70 57 133 46 46
Binary 1100000 10000111 111100 11101 0 111000 101111 1011011 100110 100110

Color Harmonies of #60873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60873C

Black with #60873C

Text Example


Text Example

White with #60873C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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