Html Css Color HEX #559B69 Ocean Green

📋 copy color: '#559B69'

red 85 ◦ green 155 ◦ blue 105

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

Shades of Ocean Green #559B69

Tints of Ocean Green #559B69

RGB

 RED value IS 85 (33.59% from 255) = 24.64%

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

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

R = 24.64%
G = 44.93%
B = 30.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#559B69 (or 0x559B69) is known color: Ocean Green. HEX triplet: 55, 9B and 69. RGB value is (85,155,105). Sum of RGB (Red+Green+Blue) = 85+155+105=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 155 - color contains mainly: green. Hex color #559B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B69 is #AA6496. Grayscale: #808080. Windows color (decimal): -11166871 or 6921045. OLE color: 6921045.

HSL color Cylindrical-coordinate representation of color #559B69: hue angle of 137.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559B69 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 155 105 -
CMYK 0.45 0 0.32 0.39
HSL 137.14º 0.29% 0.47% -
HSV(B) 137.14º 0.45% 0.61% -
XYZ 18.02 26.39 17.51 -
YUV 128.37 114.81 97.07 -
System Red Green Blue C M Y K H S L
Decimal 85 155 105 0.45 0 0.32 0.39 137.14 0.29 0.47
Hex 55 9B 69 2D 0 20 27 89 1D 2F
Octal 125 233 151 55 0 40 47 211 35 57
Binary 1010101 10011011 1101001 101101 0 100000 100111 10001001 11101 101111

Color Harmonies of #559B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B69

Black with #559B69

Text Example


Text Example

White with #559B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559B69; }

 p { color: rgb(85,155,105); }

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

background-color css

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

 a { background-color: rgb(85,155,105); }

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

border-color css

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

 span { border-color: rgb(85,155,105); }

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