Html Css Color HEX #60754B Dingley

📋 copy color: '#60754B'

red 96 ◦ green 117 ◦ blue 75

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

Shades of Dingley #60754B

Tints of Dingley #60754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.63%

 BLUE value IS 75 (29.69% from 255) = 26.04%

R = 33.33%
G = 40.63%
B = 26.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#60754B (or 0x60754B) is known color: Dingley. HEX triplet: 60, 75 and 4B. RGB value is (96,117,75). Sum of RGB (Red+Green+Blue) = 96+117+75=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #60754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60754B is #9F8AB4. Grayscale: #6A6A6A. Windows color (decimal): -10455733 or 4945248. OLE color: 4945248.

HSL color Cylindrical-coordinate representation of color #60754B: hue angle of 90º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60754B is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 117 75 -
CMYK 0.18 0 0.36 0.54
HSL 90º 0.22% 0.38% -
HSV(B) 90º 0.36% 0.46% -
XYZ 12.46 15.72 9.03 -
YUV 105.93 110.54 120.92 -
System Red Green Blue C M Y K H S L
Decimal 96 117 75 0.18 0 0.36 0.54 90 0.22 0.38
Hex 60 75 4B 12 0 24 36 5A 16 26
Octal 140 165 113 22 0 44 66 132 26 46
Binary 1100000 1110101 1001011 10010 0 100100 110110 1011010 10110 100110

Color Harmonies of #60754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60754B

Black with #60754B

Text Example


Text Example

White with #60754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,117,75); }

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

background-color css

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

 a { background-color: rgb(96,117,75); }

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

border-color css

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

 span { border-color: rgb(96,117,75); }

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