Html Css Color HEX #599668 Oxley

📋 copy color: '#599668'

red 89 ◦ green 150 ◦ blue 104

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

Shades of Oxley #599668

Tints of Oxley #599668

RGB

 RED value IS 89 (35.16% from 255) = 25.95%

 GREEN value IS 150 (58.98% from 255) = 43.73%

 BLUE value IS 104 (41.02% from 255) = 30.32%

R = 25.95%
G = 43.73%
B = 30.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#599668 (or 0x599668) is known color: Oxley. HEX triplet: 59, 96 and 68. RGB value is (89,150,104). Sum of RGB (Red+Green+Blue) = 89+150+104=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #599668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599668 is #A66997. Grayscale: #7E7E7E. Windows color (decimal): -10906008 or 6854233. OLE color: 6854233.

HSL color Cylindrical-coordinate representation of color #599668: hue angle of 134.75º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599668 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 150 104 -
CMYK 0.41 0 0.31 0.41
HSL 134.75º 0.26% 0.47% -
HSV(B) 134.75º 0.41% 0.59% -
XYZ 17.52 24.94 16.99 -
YUV 126.52 115.29 101.24 -
System Red Green Blue C M Y K H S L
Decimal 89 150 104 0.41 0 0.31 0.41 134.75 0.26 0.47
Hex 59 96 68 29 0 1F 29 87 1A 2F
Octal 131 226 150 51 0 37 51 207 32 57
Binary 1011001 10010110 1101000 101001 0 11111 101001 10000111 11010 101111

Color Harmonies of #599668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599668

Black with #599668

Text Example


Text Example

White with #599668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599668; }

 p { color: rgb(89,150,104); }

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

background-color css

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

 a { background-color: rgb(89,150,104); }

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

border-color css

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

 span { border-color: rgb(89,150,104); }

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