Html Css Color HEX #46976D Ocean Green

📋 copy color: '#46976D'

red 70 ◦ green 151 ◦ blue 109

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

Shades of Ocean Green #46976D

Tints of Ocean Green #46976D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.76%

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

R = 21.21%
G = 45.76%
B = 33.03%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#46976D (or 0x46976D) is known color: Ocean Green. HEX triplet: 46, 97 and 6D. RGB value is (70,151,109). Sum of RGB (Red+Green+Blue) = 70+151+109=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #46976D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46976D is #B96892. Grayscale: #7A7A7A. Windows color (decimal): -12150931 or 7182150. OLE color: 7182150.

HSL color Cylindrical-coordinate representation of color #46976D: hue angle of 148.89º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46976D is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 151 109 -
CMYK 0.54 0 0.28 0.41
HSL 148.89º 0.37% 0.43% -
HSV(B) 148.89º 0.54% 0.59% -
XYZ 16.35 24.54 18.34 -
YUV 121.99 120.66 90.92 -
System Red Green Blue C M Y K H S L
Decimal 70 151 109 0.54 0 0.28 0.41 148.89 0.37 0.43
Hex 46 97 6D 36 0 1C 29 95 25 2B
Octal 106 227 155 66 0 34 51 225 45 53
Binary 1000110 10010111 1101101 110110 0 11100 101001 10010101 100101 101011

Color Harmonies of #46976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46976D

Black with #46976D

Text Example


Text Example

White with #46976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46976D; }

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

 H1.HeaderClassName
 {
   color: #46976D;
 }
 .AnyTagClassName
 {
   color: #46976D;
 }
</style>

background-color css

<style>
 a { background-color: #46976D; }

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

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

border-color css

<style>
 span { border-color: #46976D; }

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

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