Html Css Color HEX #489769 Ocean Green

📋 copy color: '#489769'

red 72 ◦ green 151 ◦ blue 105

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

Shades of Ocean Green #489769

Tints of Ocean Green #489769

RGB

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

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

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

R = 21.95%
G = 46.04%
B = 32.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#489769 (or 0x489769) is known color: Ocean Green. HEX triplet: 48, 97 and 69. RGB value is (72,151,105). Sum of RGB (Red+Green+Blue) = 72+151+105=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 151 - color contains mainly: green. Hex color #489769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489769 is #B76896. Grayscale: #7A7A7A. Windows color (decimal): -12019863 or 6920008. OLE color: 6920008.

HSL color Cylindrical-coordinate representation of color #489769: hue angle of 145.06º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489769 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 151 105 -
CMYK 0.52 0 0.30 0.41
HSL 145.06º 0.35% 0.44% -
HSV(B) 145.06º 0.52% 0.59% -
XYZ 16.29 24.53 17.24 -
YUV 122.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 72 151 105 0.52 0 0.30 0.41 145.06 0.35 0.44
Hex 48 97 69 34 0 1E 29 91 23 2C
Octal 110 227 151 64 0 36 51 221 43 54
Binary 1001000 10010111 1101001 110100 0 11110 101001 10010001 100011 101100

Color Harmonies of #489769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489769

Black with #489769

Text Example


Text Example

White with #489769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489769; }

 p { color: rgb(72,151,105); }

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

background-color css

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

 a { background-color: rgb(72,151,105); }

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

border-color css

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

 span { border-color: rgb(72,151,105); }

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