Html Css Color HEX #469E79 Ocean Green

📋 copy color: '#469E79'

red 70 ◦ green 158 ◦ blue 121

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

Shades of Ocean Green #469E79

Tints of Ocean Green #469E79

RGB

 RED value IS 70 (27.73% from 255) = 20.06%

 GREEN value IS 158 (62.11% from 255) = 45.27%

 BLUE value IS 121 (47.66% from 255) = 34.67%

R = 20.06%
G = 45.27%
B = 34.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#469E79 (or 0x469E79) is known color: Ocean Green. HEX triplet: 46, 9E and 79. RGB value is (70,158,121). Sum of RGB (Red+Green+Blue) = 70+158+121=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 158 - color contains mainly: green. Hex color #469E79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469E79 is #B96186. Grayscale: #7F7F7F. Windows color (decimal): -12149127 or 7970374. OLE color: 7970374.

HSL color Cylindrical-coordinate representation of color #469E79: hue angle of 154.77º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #469E79 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 158 121 -
CMYK 0.56 0 0.23 0.38
HSL 154.77º 0.39% 0.45% -
HSV(B) 154.77º 0.56% 0.62% -
XYZ 18.2 27.14 22.37 -
YUV 127.47 124.35 87.01 -
System Red Green Blue C M Y K H S L
Decimal 70 158 121 0.56 0 0.23 0.38 154.77 0.39 0.45
Hex 46 9E 79 38 0 17 26 9B 27 2D
Octal 106 236 171 70 0 27 46 233 47 55
Binary 1000110 10011110 1111001 111000 0 10111 100110 10011011 100111 101101

Color Harmonies of #469E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469E79

Black with #469E79

Text Example


Text Example

White with #469E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469E79; }

 p { color: rgb(70,158,121); }

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

background-color css

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

 a { background-color: rgb(70,158,121); }

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

border-color css

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

 span { border-color: rgb(70,158,121); }

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