Html Css Color HEX #599B6B Oxley

📋 copy color: '#599B6B'

red 89 ◦ green 155 ◦ blue 107

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

Shades of Oxley #599B6B

Tints of Oxley #599B6B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.16%

 BLUE value IS 107 (42.19% from 255) = 30.48%

R = 25.36%
G = 44.16%
B = 30.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#599B6B (or 0x599B6B) is known color: Oxley. HEX triplet: 59, 9B and 6B. RGB value is (89,155,107). Sum of RGB (Red+Green+Blue) = 89+155+107=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #599B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599B6B is #A66494. Grayscale: #818181. Windows color (decimal): -10904725 or 7052121. OLE color: 7052121.

HSL color Cylindrical-coordinate representation of color #599B6B: hue angle of 136.36º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599B6B is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 155 107 -
CMYK 0.43 0 0.31 0.39
HSL 136.36º 0.27% 0.48% -
HSV(B) 136.36º 0.43% 0.61% -
XYZ 18.5 26.63 18.07 -
YUV 129.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 89 155 107 0.43 0 0.31 0.39 136.36 0.27 0.48
Hex 59 9B 6B 2B 0 1F 27 88 1B 30
Octal 131 233 153 53 0 37 47 210 33 60
Binary 1011001 10011011 1101011 101011 0 11111 100111 10001000 11011 110000

Color Harmonies of #599B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599B6B

Black with #599B6B

Text Example


Text Example

White with #599B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599B6B; }

 p { color: rgb(89,155,107); }

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

background-color css

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

 a { background-color: rgb(89,155,107); }

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

border-color css

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

 span { border-color: rgb(89,155,107); }

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