Html Css Color HEX #46976C Ocean Green

📋 copy color: '#46976C'

red 70 ◦ green 151 ◦ blue 108

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

Shades of Ocean Green #46976C

Tints of Ocean Green #46976C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 21.28%
G = 45.9%
B = 32.83%

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

#46976C (or 0x46976C) is known color: Ocean Green. HEX triplet: 46, 97 and 6C. RGB value is (70,151,108). Sum of RGB (Red+Green+Blue) = 70+151+108=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #46976C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46976C is #B96893. Grayscale: #797979. Windows color (decimal): -12150932 or 7116614. OLE color: 7116614.

HSL color Cylindrical-coordinate representation of color #46976C: hue angle of 148.15º 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 #46976C is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 151 108 -
CMYK 0.54 0 0.28 0.41
HSL 148.15º 0.37% 0.43% -
HSV(B) 148.15º 0.54% 0.59% -
XYZ 16.3 24.52 18.06 -
YUV 121.88 120.16 91 -
System Red Green Blue C M Y K H S L
Decimal 70 151 108 0.54 0 0.28 0.41 148.15 0.37 0.43
Hex 46 97 6C 36 0 1C 29 94 25 2B
Octal 106 227 154 66 0 34 51 224 45 53
Binary 1000110 10010111 1101100 110110 0 11100 101001 10010100 100101 101011

Color Harmonies of #46976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46976C

Black with #46976C

Text Example


Text Example

White with #46976C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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