Html Css Color HEX #459977 Ocean Green

📋 copy color: '#459977'

red 69 ◦ green 153 ◦ blue 119

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

Shades of Ocean Green #459977

Tints of Ocean Green #459977

RGB

 RED value IS 69 (27.34% from 255) = 20.23%

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

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 20.23%
G = 44.87%
B = 34.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#459977 (or 0x459977) is known color: Ocean Green. HEX triplet: 45, 99 and 77. RGB value is (69,153,119). Sum of RGB (Red+Green+Blue) = 69+153+119=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #459977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459977 is #BA6688. Grayscale: #7C7C7C. Windows color (decimal): -12215945 or 7838021. OLE color: 7838021.

HSL color Cylindrical-coordinate representation of color #459977: hue angle of 155.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459977 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 69 153 119 -
CMYK 0.55 0 0.22 0.4
HSL 155.71º 0.38% 0.44% -
HSV(B) 155.71º 0.55% 0.6% -
XYZ 17.18 25.38 21.45 -
YUV 124.01 125.17 88.76 -
System Red Green Blue C M Y K H S L
Decimal 69 153 119 0.55 0 0.22 0.4 155.71 0.38 0.44
Hex 45 99 77 37 0 16 28 9C 26 2C
Octal 105 231 167 67 0 26 50 234 46 54
Binary 1000101 10011001 1110111 110111 0 10110 101000 10011100 100110 101100

Color Harmonies of #459977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459977

Black with #459977

Text Example


Text Example

White with #459977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459977; }

 p { color: rgb(69,153,119); }

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

background-color css

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

 a { background-color: rgb(69,153,119); }

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

border-color css

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

 span { border-color: rgb(69,153,119); }

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