Html Css Color HEX #54966C Ocean Green

📋 copy color: '#54966C'

red 84 ◦ green 150 ◦ blue 108

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

Shades of Ocean Green #54966C

Tints of Ocean Green #54966C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.86%

 BLUE value IS 108 (42.58% from 255) = 31.58%

R = 24.56%
G = 43.86%
B = 31.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#54966C (or 0x54966C) is known color: Ocean Green. HEX triplet: 54, 96 and 6C. RGB value is (84,150,108). Sum of RGB (Red+Green+Blue) = 84+150+108=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #54966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54966C is #AB6993. Grayscale: #7D7D7D. Windows color (decimal): -11233684 or 7116372. OLE color: 7116372.

HSL color Cylindrical-coordinate representation of color #54966C: hue angle of 141.82º 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 #54966C is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 150 108 -
CMYK 0.44 0 0.28 0.41
HSL 141.82º 0.28% 0.46% -
HSV(B) 141.82º 0.44% 0.59% -
XYZ 17.27 24.78 18.06 -
YUV 125.48 118.13 98.42 -
System Red Green Blue C M Y K H S L
Decimal 84 150 108 0.44 0 0.28 0.41 141.82 0.28 0.46
Hex 54 96 6C 2C 0 1C 29 8E 1C 2E
Octal 124 226 154 54 0 34 51 216 34 56
Binary 1010100 10010110 1101100 101100 0 11100 101001 10001110 11100 101110

Color Harmonies of #54966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54966C

Black with #54966C

Text Example


Text Example

White with #54966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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