#54966F

Color #54966F Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #54966F

Tints of Ocean Green #54966F

Color information

#54966F (or 0x54966F) is unknown color: approx Ocean Green. HEX triplet: 54, 96 and 6F. RGB value is (84,150,111). Sum of RGB (Red+Green+Blue) = 84+150+111=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #54966F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54966F is #AB6990. Grayscale: #7D7D7D. Windows color (decimal): -11233681 or 7312980. OLE color: 7312980.

HSL color Cylindrical-coordinate representation of color #54966F: hue angle of 144.55º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54966F is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB84150111-
CMYK0.4400.260.41
HSL144.55º28.21%45.88%-
HSV(B)144.55º44%58.82%-
XYZ17.4324.8518.92-
YUV125.82119.6398.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.35%
GREEN value IS 150 (58.98% from 255) = 43.48%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=24.35%
G=43.48%
B=32.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841501110.4400.260.41144.5528.2145.88
Hex54966F2C01A29911c2e
Octal12422615754032512213456
Binary10101001001011011011111011000110101010011001000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54966F; }

 p { color: rgb(84,150,111); }

 H1.HeaderClassName
 {
   color: #54966F;
 }
 .AnyTagClassName
 {
   color: #54966F;
 }
</style>
background-color css

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

 a { background-color: rgb(84,150,111); }

 div.DivClassName
 {
   background-color: #54966F;
 }
 .BgClassName
 {
   background-color: #54966F;
 }
</style>
border-color css

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

 span { border-color: rgb(84,150,111); }

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