Html Css Color HEX #46986A Ocean Green

📋 copy color: '#46986A'

red 70 ◦ green 152 ◦ blue 106

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

Shades of Ocean Green #46986A

Tints of Ocean Green #46986A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.32%

R = 21.34%
G = 46.34%
B = 32.32%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#46986A (or 0x46986A) is known color: Ocean Green. HEX triplet: 46, 98 and 6A. RGB value is (70,152,106). Sum of RGB (Red+Green+Blue) = 70+152+106=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #46986A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46986A is #B96795. Grayscale: #7A7A7A. Windows color (decimal): -12150678 or 6985798. OLE color: 6985798.

HSL color Cylindrical-coordinate representation of color #46986A: hue angle of 146.34º 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 #46986A is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 152 106 -
CMYK 0.54 0 0.30 0.40
HSL 146.34º 0.37% 0.44% -
HSV(B) 146.34º 0.54% 0.6% -
XYZ 16.36 24.8 17.56 -
YUV 122.24 118.83 90.74 -
System Red Green Blue C M Y K H S L
Decimal 70 152 106 0.54 0 0.30 0.40 146.34 0.37 0.44
Hex 46 98 6A 36 0 1E 28 92 25 2C
Octal 106 230 152 66 0 36 50 222 45 54
Binary 1000110 10011000 1101010 110110 0 11110 101000 10010010 100101 101100

Color Harmonies of #46986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46986A

Black with #46986A

Text Example


Text Example

White with #46986A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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