Html Css Color HEX #599468 Oxley

📋 copy color: '#599468'

red 89 ◦ green 148 ◦ blue 104

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

Shades of Oxley #599468

Tints of Oxley #599468

RGB

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

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

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

R = 26.1%
G = 43.4%
B = 30.5%

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

#599468 (or 0x599468) is known color: Oxley. HEX triplet: 59, 94 and 68. RGB value is (89,148,104). Sum of RGB (Red+Green+Blue) = 89+148+104=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #599468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599468 is #A66B97. Grayscale: #7D7D7D. Windows color (decimal): -10906520 or 6853721. OLE color: 6853721.

HSL color Cylindrical-coordinate representation of color #599468: hue angle of 135.25º 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 #599468 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 148 104 -
CMYK 0.40 0 0.30 0.42
HSL 135.25º 0.25% 0.46% -
HSV(B) 135.25º 0.4% 0.58% -
XYZ 17.21 24.3 16.88 -
YUV 125.34 115.95 102.08 -
System Red Green Blue C M Y K H S L
Decimal 89 148 104 0.40 0 0.30 0.42 135.25 0.25 0.46
Hex 59 94 68 28 0 1E 2A 87 19 2E
Octal 131 224 150 50 0 36 52 207 31 56
Binary 1011001 10010100 1101000 101000 0 11110 101010 10000111 11001 101110

Color Harmonies of #599468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599468

Black with #599468

Text Example


Text Example

White with #599468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599468; }

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

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

background-color css

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

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

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

border-color css

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

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

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