Html Css Color HEX #46986B Ocean Green

📋 copy color: '#46986B'

red 70 ◦ green 152 ◦ blue 107

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

Shades of Ocean Green #46986B

Tints of Ocean Green #46986B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 21.28%
G = 46.2%
B = 32.52%

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

#46986B (or 0x46986B) is known color: Ocean Green. HEX triplet: 46, 98 and 6B. RGB value is (70,152,107). Sum of RGB (Red+Green+Blue) = 70+152+107=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #46986B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46986B is #B96794. Grayscale: #7A7A7A. Windows color (decimal): -12150677 or 7051334. OLE color: 7051334.

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

Color convert

RGB 70 152 107 -
CMYK 0.54 0 0.30 0.40
HSL 147.07º 0.37% 0.44% -
HSV(B) 147.07º 0.54% 0.6% -
XYZ 16.41 24.82 17.84 -
YUV 122.35 119.33 90.66 -
System Red Green Blue C M Y K H S L
Decimal 70 152 107 0.54 0 0.30 0.40 147.07 0.37 0.44
Hex 46 98 6B 36 0 1E 28 93 25 2C
Octal 106 230 153 66 0 36 50 223 45 54
Binary 1000110 10011000 1101011 110110 0 11110 101000 10010011 100101 101100

Color Harmonies of #46986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46986B

Black with #46986B

Text Example


Text Example

White with #46986B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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