Html Css Color HEX #60764B Dingley

📋 copy color: '#60764B'

red 96 ◦ green 118 ◦ blue 75

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

Shades of Dingley #60764B

Tints of Dingley #60764B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.83%

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

R = 33.22%
G = 40.83%
B = 25.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#60764B (or 0x60764B) is known color: Dingley. HEX triplet: 60, 76 and 4B. RGB value is (96,118,75). Sum of RGB (Red+Green+Blue) = 96+118+75=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #60764B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60764B is #9F89B4. Grayscale: #6A6A6A. Windows color (decimal): -10455477 or 4945504. OLE color: 4945504.

HSL color Cylindrical-coordinate representation of color #60764B: hue angle of 90.7º 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 #60764B is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 118 75 -
CMYK 0.19 0 0.36 0.54
HSL 90.7º 0.22% 0.38% -
HSV(B) 90.7º 0.36% 0.46% -
XYZ 12.57 15.95 9.07 -
YUV 106.52 110.21 120.5 -
System Red Green Blue C M Y K H S L
Decimal 96 118 75 0.19 0 0.36 0.54 90.7 0.22 0.38
Hex 60 76 4B 13 0 24 36 5B 16 26
Octal 140 166 113 23 0 44 66 133 26 46
Binary 1100000 1110110 1001011 10011 0 100100 110110 1011011 10110 100110

Color Harmonies of #60764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60764B

Black with #60764B

Text Example


Text Example

White with #60764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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