Html Css Color HEX #549969 Ocean Green

📋 copy color: '#549969'

red 84 ◦ green 153 ◦ blue 105

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

Shades of Ocean Green #549969

Tints of Ocean Green #549969

RGB

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

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

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

R = 24.56%
G = 44.74%
B = 30.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#549969 (or 0x549969) is known color: Ocean Green. HEX triplet: 54, 99 and 69. RGB value is (84,153,105). Sum of RGB (Red+Green+Blue) = 84+153+105=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #549969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549969 is #AB6696. Grayscale: #7F7F7F. Windows color (decimal): -11232919 or 6920532. OLE color: 6920532.

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

Color convert

RGB 84 153 105 -
CMYK 0.45 0 0.31 0.4
HSL 138.26º 0.29% 0.46% -
HSV(B) 138.26º 0.45% 0.6% -
XYZ 17.6 25.69 17.4 -
YUV 126.9 115.64 97.4 -
System Red Green Blue C M Y K H S L
Decimal 84 153 105 0.45 0 0.31 0.4 138.26 0.29 0.46
Hex 54 99 69 2D 0 1F 28 8A 1D 2E
Octal 124 231 151 55 0 37 50 212 35 56
Binary 1010100 10011001 1101001 101101 0 11111 101000 10001010 11101 101110

Color Harmonies of #549969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549969

Black with #549969

Text Example


Text Example

White with #549969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549969; }

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

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

background-color css

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

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

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

border-color css

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

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

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