Html Css Color HEX #54976F Ocean Green

📋 copy color: '#54976F'

red 84 ◦ green 151 ◦ blue 111

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

Shades of Ocean Green #54976F

Tints of Ocean Green #54976F

RGB

 RED value IS 84 (33.2% from 255) = 24.28%

 GREEN value IS 151 (59.38% from 255) = 43.64%

 BLUE value IS 111 (43.75% from 255) = 32.08%

R = 24.28%
G = 43.64%
B = 32.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#54976F (or 0x54976F) is known color: Ocean Green. HEX triplet: 54, 97 and 6F. RGB value is (84,151,111). Sum of RGB (Red+Green+Blue) = 84+151+111=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #54976F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54976F is #AB6890. Grayscale: #7E7E7E. Windows color (decimal): -11233425 or 7313236. OLE color: 7313236.

HSL color Cylindrical-coordinate representation of color #54976F: hue angle of 144.18º degrees, saturation: 0.29, 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 #54976F is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 151 111 -
CMYK 0.44 0 0.26 0.41
HSL 144.18º 0.29% 0.46% -
HSV(B) 144.18º 0.44% 0.59% -
XYZ 17.59 25.17 18.97 -
YUV 126.41 119.3 97.75 -
System Red Green Blue C M Y K H S L
Decimal 84 151 111 0.44 0 0.26 0.41 144.18 0.29 0.46
Hex 54 97 6F 2C 0 1A 29 90 1D 2E
Octal 124 227 157 54 0 32 51 220 35 56
Binary 1010100 10010111 1101111 101100 0 11010 101001 10010000 11101 101110

Color Harmonies of #54976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54976F

Black with #54976F

Text Example


Text Example

White with #54976F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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