Html Css Color HEX #60752E Dark Olive Green

📋 copy color: '#60752E'

red 96 ◦ green 117 ◦ blue 46

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

Shades of Dark Olive Green #60752E

Tints of Dark Olive Green #60752E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.76%

R = 37.07%
G = 45.17%
B = 17.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#60752E (or 0x60752E) is known color: Dark Olive Green. HEX triplet: 60, 75 and 2E. RGB value is (96,117,46). Sum of RGB (Red+Green+Blue) = 96+117+46=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #60752E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60752E is #9F8AD1. Grayscale: #666666. Windows color (decimal): -10455762 or 3044704. OLE color: 3044704.

HSL color Cylindrical-coordinate representation of color #60752E: hue angle of 77.75º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60752E is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 117 46 -
CMYK 0.18 0 0.61 0.54
HSL 77.75º 0.44% 0.32% -
HSV(B) 77.75º 0.61% 0.46% -
XYZ 11.68 15.41 4.94 -
YUV 102.63 96.04 123.27 -
System Red Green Blue C M Y K H S L
Decimal 96 117 46 0.18 0 0.61 0.54 77.75 0.44 0.32
Hex 60 75 2E 12 0 3D 36 4E 2C 20
Octal 140 165 56 22 0 75 66 116 54 40
Binary 1100000 1110101 101110 10010 0 111101 110110 1001110 101100 100000

Color Harmonies of #60752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60752E

Black with #60752E

Text Example


Text Example

White with #60752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60752E; }

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

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

background-color css

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

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

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

border-color css

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

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

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