Html Css Color HEX #549669 Ocean Green

📋 copy color: '#549669'

red 84 ◦ green 150 ◦ blue 105

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

Shades of Ocean Green #549669

Tints of Ocean Green #549669

RGB

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

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

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

R = 24.78%
G = 44.25%
B = 30.97%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#549669 (or 0x549669) is known color: Ocean Green. HEX triplet: 54, 96 and 69. RGB value is (84,150,105). Sum of RGB (Red+Green+Blue) = 84+150+105=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #549669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549669 is #AB6996. Grayscale: #7D7D7D. Windows color (decimal): -11233687 or 6919764. OLE color: 6919764.

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

Color convert

RGB 84 150 105 -
CMYK 0.44 0 0.30 0.41
HSL 139.09º 0.28% 0.46% -
HSV(B) 139.09º 0.44% 0.59% -
XYZ 17.11 24.72 17.23 -
YUV 125.14 116.63 98.66 -
System Red Green Blue C M Y K H S L
Decimal 84 150 105 0.44 0 0.30 0.41 139.09 0.28 0.46
Hex 54 96 69 2C 0 1E 29 8B 1C 2E
Octal 124 226 151 54 0 36 51 213 34 56
Binary 1010100 10010110 1101001 101100 0 11110 101001 10001011 11100 101110

Color Harmonies of #549669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549669

Black with #549669

Text Example


Text Example

White with #549669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549669; }

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

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

background-color css

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

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

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

border-color css

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

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

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