Html Css Color HEX #599467 Oxley

📋 copy color: '#599467'

red 89 ◦ green 148 ◦ blue 103

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

Shades of Oxley #599467

Tints of Oxley #599467

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.53%

 BLUE value IS 103 (40.63% from 255) = 30.29%

R = 26.18%
G = 43.53%
B = 30.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#599467 (or 0x599467) is known color: Oxley. HEX triplet: 59, 94 and 67. RGB value is (89,148,103). Sum of RGB (Red+Green+Blue) = 89+148+103=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #599467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599467 is #A66B98. Grayscale: #7D7D7D. Windows color (decimal): -10906521 or 6788185. OLE color: 6788185.

HSL color Cylindrical-coordinate representation of color #599467: hue angle of 134.24º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #599467 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 148 103 -
CMYK 0.40 0 0.30 0.42
HSL 134.24º 0.25% 0.46% -
HSV(B) 134.24º 0.4% 0.58% -
XYZ 17.16 24.28 16.61 -
YUV 125.23 115.45 102.16 -
System Red Green Blue C M Y K H S L
Decimal 89 148 103 0.40 0 0.30 0.42 134.24 0.25 0.46
Hex 59 94 67 28 0 1E 2A 86 19 2E
Octal 131 224 147 50 0 36 52 206 31 56
Binary 1011001 10010100 1100111 101000 0 11110 101010 10000110 11001 101110

Color Harmonies of #599467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599467

Black with #599467

Text Example


Text Example

White with #599467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599467; }

 p { color: rgb(89,148,103); }

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

background-color css

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

 a { background-color: rgb(89,148,103); }

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

border-color css

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

 span { border-color: rgb(89,148,103); }

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