Html Css Color HEX #459B77 Ocean Green

📋 copy color: '#459B77'

red 69 ◦ green 155 ◦ blue 119

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

Shades of Ocean Green #459B77

Tints of Ocean Green #459B77

RGB

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

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

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

R = 20.12%
G = 45.19%
B = 34.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#459B77 (or 0x459B77) is known color: Ocean Green. HEX triplet: 45, 9B and 77. RGB value is (69,155,119). Sum of RGB (Red+Green+Blue) = 69+155+119=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #459B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459B77 is #BA6488. Grayscale: #7D7D7D. Windows color (decimal): -12215433 or 7838533. OLE color: 7838533.

HSL color Cylindrical-coordinate representation of color #459B77: hue angle of 154.88º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459B77 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 69 155 119 -
CMYK 0.55 0 0.23 0.39
HSL 154.88º 0.38% 0.44% -
HSV(B) 154.88º 0.55% 0.61% -
XYZ 17.51 26.04 21.56 -
YUV 125.18 124.51 87.93 -
System Red Green Blue C M Y K H S L
Decimal 69 155 119 0.55 0 0.23 0.39 154.88 0.38 0.44
Hex 45 9B 77 37 0 17 27 9B 26 2C
Octal 105 233 167 67 0 27 47 233 46 54
Binary 1000101 10011011 1110111 110111 0 10111 100111 10011011 100110 101100

Color Harmonies of #459B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459B77

Black with #459B77

Text Example


Text Example

White with #459B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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