Html Css Color HEX #46A977 Ocean Green

📋 copy color: '#46A977'

red 70 ◦ green 169 ◦ blue 119

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

Shades of Ocean Green #46A977

Tints of Ocean Green #46A977

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.21%

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

R = 19.55%
G = 47.21%
B = 33.24%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#46A977 (or 0x46A977) is known color: Ocean Green. HEX triplet: 46, A9 and 77. RGB value is (70,169,119). Sum of RGB (Red+Green+Blue) = 70+169+119=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 169 - color contains mainly: green. Hex color #46A977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A977 is #B95688. Grayscale: #858585. Windows color (decimal): -12146313 or 7842118. OLE color: 7842118.

HSL color Cylindrical-coordinate representation of color #46A977: hue angle of 149.7º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46A977 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 70 169 119 -
CMYK 0.59 0 0.30 0.34
HSL 149.7º 0.41% 0.47% -
HSV(B) 149.7º 0.59% 0.66% -
XYZ 20.04 31.01 22.38 -
YUV 133.7 119.7 82.57 -
System Red Green Blue C M Y K H S L
Decimal 70 169 119 0.59 0 0.30 0.34 149.7 0.41 0.47
Hex 46 A9 77 3B 0 1E 22 96 29 2F
Octal 106 251 167 73 0 36 42 226 51 57
Binary 1000110 10101001 1110111 111011 0 11110 100010 10010110 101001 101111

Color Harmonies of #46A977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A977

Black with #46A977

Text Example


Text Example

White with #46A977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46A977; }

 p { color: rgb(70,169,119); }

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

background-color css

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

 a { background-color: rgb(70,169,119); }

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

border-color css

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

 span { border-color: rgb(70,169,119); }

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