Html Css Color HEX #607531 Dark Olive Green

📋 copy color: '#607531'

red 96 ◦ green 117 ◦ blue 49

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

Shades of Dark Olive Green #607531

Tints of Dark Olive Green #607531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.7%

R = 36.64%
G = 44.66%
B = 18.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#607531 (or 0x607531) is known color: Dark Olive Green. HEX triplet: 60, 75 and 31. RGB value is (96,117,49). Sum of RGB (Red+Green+Blue) = 96+117+49=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 117 - color contains mainly: green. Hex color #607531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607531 is #9F8ACE. Grayscale: #676767. Windows color (decimal): -10455759 or 3241312. OLE color: 3241312.

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

Color convert

RGB 96 117 49 -
CMYK 0.18 0 0.58 0.54
HSL 78.53º 0.41% 0.33% -
HSV(B) 78.53º 0.58% 0.46% -
XYZ 11.74 15.43 5.27 -
YUV 102.97 97.54 123.03 -
System Red Green Blue C M Y K H S L
Decimal 96 117 49 0.18 0 0.58 0.54 78.53 0.41 0.33
Hex 60 75 31 12 0 3A 36 4F 29 21
Octal 140 165 61 22 0 72 66 117 51 41
Binary 1100000 1110101 110001 10010 0 111010 110110 1001111 101001 100001

Color Harmonies of #607531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607531

Black with #607531

Text Example


Text Example

White with #607531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607531; }

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

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

background-color css

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

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

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

border-color css

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

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

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