Html Css Color HEX #459A77 Ocean Green

📋 copy color: '#459A77'

red 69 ◦ green 154 ◦ blue 119

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

Shades of Ocean Green #459A77

Tints of Ocean Green #459A77

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.03%

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

R = 20.18%
G = 45.03%
B = 34.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#459A77 (or 0x459A77) is known color: Ocean Green. HEX triplet: 45, 9A and 77. RGB value is (69,154,119). Sum of RGB (Red+Green+Blue) = 69+154+119=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 154 - color contains mainly: green. Hex color #459A77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459A77 is #BA6588. Grayscale: #7C7C7C. Windows color (decimal): -12215689 or 7838277. OLE color: 7838277.

HSL color Cylindrical-coordinate representation of color #459A77: hue angle of 155.29º 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 #459A77 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 69 154 119 -
CMYK 0.55 0 0.23 0.40
HSL 155.29º 0.38% 0.44% -
HSV(B) 155.29º 0.55% 0.6% -
XYZ 17.34 25.71 21.5 -
YUV 124.6 124.84 88.35 -
System Red Green Blue C M Y K H S L
Decimal 69 154 119 0.55 0 0.23 0.40 155.29 0.38 0.44
Hex 45 9A 77 37 0 17 28 9B 26 2C
Octal 105 232 167 67 0 27 50 233 46 54
Binary 1000101 10011010 1110111 110111 0 10111 101000 10011011 100110 101100

Color Harmonies of #459A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459A77

Black with #459A77

Text Example


Text Example

White with #459A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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