Html Css Color HEX #46A76D Ocean Green

📋 copy color: '#46A76D'

red 70 ◦ green 167 ◦ blue 109

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

Shades of Ocean Green #46A76D

Tints of Ocean Green #46A76D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 48.27%

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 20.23%
G = 48.27%
B = 31.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#46A76D (or 0x46A76D) is known color: Ocean Green. HEX triplet: 46, A7 and 6D. RGB value is (70,167,109). Sum of RGB (Red+Green+Blue) = 70+167+109=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 167 (65.62% from 255 or 48.27% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 167 - color contains mainly: green. Hex color #46A76D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A76D is #B95892. Grayscale: #838383. Windows color (decimal): -12146835 or 7186246. OLE color: 7186246.

HSL color Cylindrical-coordinate representation of color #46A76D: hue angle of 144.12º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A76D is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 167 109 -
CMYK 0.58 0 0.35 0.35
HSL 144.12º 0.41% 0.46% -
HSV(B) 144.12º 0.58% 0.65% -
XYZ 19.1 30.04 19.26 -
YUV 131.39 115.36 84.22 -
System Red Green Blue C M Y K H S L
Decimal 70 167 109 0.58 0 0.35 0.35 144.12 0.41 0.46
Hex 46 A7 6D 3A 0 23 23 90 29 2E
Octal 106 247 155 72 0 43 43 220 51 56
Binary 1000110 10100111 1101101 111010 0 100011 100011 10010000 101001 101110

Color Harmonies of #46A76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A76D

Black with #46A76D

Text Example


Text Example

White with #46A76D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,167,109); }

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

background-color css

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

 a { background-color: rgb(70,167,109); }

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

border-color css

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

 span { border-color: rgb(70,167,109); }

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