Html Css Color HEX #607532 Dark Olive Green

📋 copy color: '#607532'

red 96 ◦ green 117 ◦ blue 50

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

Shades of Dark Olive Green #607532

Tints of Dark Olive Green #607532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.01%

R = 36.5%
G = 44.49%
B = 19.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#607532 (or 0x607532) is known color: Dark Olive Green. HEX triplet: 60, 75 and 32. RGB value is (96,117,50). Sum of RGB (Red+Green+Blue) = 96+117+50=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #607532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607532 is #9F8ACD. Grayscale: #676767. Windows color (decimal): -10455758 or 3306848. OLE color: 3306848.

HSL color Cylindrical-coordinate representation of color #607532: hue angle of 78.81º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #607532 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 117 50 -
CMYK 0.18 0 0.57 0.54
HSL 78.81º 0.4% 0.33% -
HSV(B) 78.81º 0.57% 0.46% -
XYZ 11.76 15.44 5.38 -
YUV 103.08 98.04 122.95 -
System Red Green Blue C M Y K H S L
Decimal 96 117 50 0.18 0 0.57 0.54 78.81 0.4 0.33
Hex 60 75 32 12 0 39 36 4F 28 21
Octal 140 165 62 22 0 71 66 117 50 41
Binary 1100000 1110101 110010 10010 0 111001 110110 1001111 101000 100001

Color Harmonies of #607532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607532

Black with #607532

Text Example


Text Example

White with #607532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607532; }

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

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

background-color css

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

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

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

border-color css

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

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

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