Html Css Color HEX #599069 Oxley

📋 copy color: '#599069'

red 89 ◦ green 144 ◦ blue 105

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

Shades of Oxley #599069

Tints of Oxley #599069

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.6%

 BLUE value IS 105 (41.41% from 255) = 31.07%

R = 26.33%
G = 42.6%
B = 31.07%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#599069 (or 0x599069) is known color: Oxley. HEX triplet: 59, 90 and 69. RGB value is (89,144,105). Sum of RGB (Red+Green+Blue) = 89+144+105=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #599069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599069 is #A66F96. Grayscale: #7B7B7B. Windows color (decimal): -10907543 or 6918233. OLE color: 6918233.

HSL color Cylindrical-coordinate representation of color #599069: hue angle of 137.45º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #599069 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 144 105 -
CMYK 0.38 0 0.27 0.44
HSL 137.45º 0.24% 0.46% -
HSV(B) 137.45º 0.38% 0.56% -
XYZ 16.64 23.09 16.94 -
YUV 123.11 117.78 103.67 -
System Red Green Blue C M Y K H S L
Decimal 89 144 105 0.38 0 0.27 0.44 137.45 0.24 0.46
Hex 59 90 69 26 0 1B 2C 89 18 2E
Octal 131 220 151 46 0 33 54 211 30 56
Binary 1011001 10010000 1101001 100110 0 11011 101100 10001001 11000 101110

Color Harmonies of #599069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599069

Black with #599069

Text Example


Text Example

White with #599069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599069; }

 p { color: rgb(89,144,105); }

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

background-color css

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

 a { background-color: rgb(89,144,105); }

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

border-color css

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

 span { border-color: rgb(89,144,105); }

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