Html Css Color HEX #46986F Ocean Green

📋 copy color: '#46986F'

red 70 ◦ green 152 ◦ blue 111

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

Shades of Ocean Green #46986F

Tints of Ocean Green #46986F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.65%

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 21.02%
G = 45.65%
B = 33.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#46986F (or 0x46986F) is known color: Ocean Green. HEX triplet: 46, 98 and 6F. RGB value is (70,152,111). Sum of RGB (Red+Green+Blue) = 70+152+111=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #46986F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46986F is #B96790. Grayscale: #7A7A7A. Windows color (decimal): -12150673 or 7313478. OLE color: 7313478.

HSL color Cylindrical-coordinate representation of color #46986F: hue angle of 150º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46986F is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 152 111 -
CMYK 0.54 0 0.27 0.40
HSL 150º 0.37% 0.44% -
HSV(B) 150º 0.54% 0.6% -
XYZ 16.62 24.91 18.97 -
YUV 122.81 121.33 90.33 -
System Red Green Blue C M Y K H S L
Decimal 70 152 111 0.54 0 0.27 0.40 150 0.37 0.44
Hex 46 98 6F 36 0 1B 28 96 25 2C
Octal 106 230 157 66 0 33 50 226 45 54
Binary 1000110 10011000 1101111 110110 0 11011 101000 10010110 100101 101100

Color Harmonies of #46986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46986F

Black with #46986F

Text Example


Text Example

White with #46986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46986F; }

 p { color: rgb(70,152,111); }

 H1.HeaderClassName
 {
   color: #46986F;
 }
 .AnyTagClassName
 {
   color: #46986F;
 }
</style>

background-color css

<style>
 a { background-color: #46986F; }

 a { background-color: rgb(70,152,111); }

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

border-color css

<style>
 span { border-color: #46986F; }

 span { border-color: rgb(70,152,111); }

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