Html Css Color HEX #489B68 Ocean Green

📋 copy color: '#489B68'

red 72 ◦ green 155 ◦ blue 104

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

Shades of Ocean Green #489B68

Tints of Ocean Green #489B68

RGB

 RED value IS 72 (28.52% from 255) = 21.75%

 GREEN value IS 155 (60.94% from 255) = 46.83%

 BLUE value IS 104 (41.02% from 255) = 31.42%

R = 21.75%
G = 46.83%
B = 31.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#489B68 (or 0x489B68) is known color: Ocean Green. HEX triplet: 48, 9B and 68. RGB value is (72,155,104). Sum of RGB (Red+Green+Blue) = 72+155+104=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #489B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489B68 is #B76497. Grayscale: #7C7C7C. Windows color (decimal): -12018840 or 6855496. OLE color: 6855496.

HSL color Cylindrical-coordinate representation of color #489B68: hue angle of 143.13º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489B68 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 155 104 -
CMYK 0.54 0 0.33 0.39
HSL 143.13º 0.37% 0.45% -
HSV(B) 143.13º 0.54% 0.61% -
XYZ 16.89 25.82 17.19 -
YUV 124.37 116.5 90.65 -
System Red Green Blue C M Y K H S L
Decimal 72 155 104 0.54 0 0.33 0.39 143.13 0.37 0.45
Hex 48 9B 68 36 0 21 27 8F 25 2D
Octal 110 233 150 66 0 41 47 217 45 55
Binary 1001000 10011011 1101000 110110 0 100001 100111 10001111 100101 101101

Color Harmonies of #489B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489B68

Black with #489B68

Text Example


Text Example

White with #489B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489B68; }

 p { color: rgb(72,155,104); }

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

background-color css

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

 a { background-color: rgb(72,155,104); }

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

border-color css

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

 span { border-color: rgb(72,155,104); }

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