Html Css Color HEX #559974 Ocean Green

📋 copy color: '#559974'

red 85 ◦ green 153 ◦ blue 116

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

Shades of Ocean Green #559974

Tints of Ocean Green #559974

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.22%

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 24.01%
G = 43.22%
B = 32.77%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#559974 (or 0x559974) is known color: Ocean Green. HEX triplet: 55, 99 and 74. RGB value is (85,153,116). Sum of RGB (Red+Green+Blue) = 85+153+116=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #559974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559974 is #AA668B. Grayscale: #808080. Windows color (decimal): -11167372 or 7641429. OLE color: 7641429.

HSL color Cylindrical-coordinate representation of color #559974: hue angle of 147.35º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559974 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 153 116 -
CMYK 0.44 0 0.24 0.4
HSL 147.35º 0.29% 0.47% -
HSV(B) 147.35º 0.44% 0.6% -
XYZ 18.29 25.97 20.57 -
YUV 128.45 120.97 97.01 -
System Red Green Blue C M Y K H S L
Decimal 85 153 116 0.44 0 0.24 0.4 147.35 0.29 0.47
Hex 55 99 74 2C 0 18 28 93 1D 2F
Octal 125 231 164 54 0 30 50 223 35 57
Binary 1010101 10011001 1110100 101100 0 11000 101000 10010011 11101 101111

Color Harmonies of #559974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559974

Black with #559974

Text Example


Text Example

White with #559974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559974; }

 p { color: rgb(85,153,116); }

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

background-color css

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

 a { background-color: rgb(85,153,116); }

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

border-color css

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

 span { border-color: rgb(85,153,116); }

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