Html Css Color HEX #46966F Ocean Green

📋 copy color: '#46966F'

red 70 ◦ green 150 ◦ blue 111

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

Shades of Ocean Green #46966F

Tints of Ocean Green #46966F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.32%

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

R = 21.15%
G = 45.32%
B = 33.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#46966F (or 0x46966F) is known color: Ocean Green. HEX triplet: 46, 96 and 6F. RGB value is (70,150,111). Sum of RGB (Red+Green+Blue) = 70+150+111=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #46966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46966F is #B96990. Grayscale: #797979. Windows color (decimal): -12151185 or 7312966. OLE color: 7312966.

HSL color Cylindrical-coordinate representation of color #46966F: hue angle of 150.75º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46966F is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 150 111 -
CMYK 0.53 0 0.26 0.41
HSL 150.75º 0.36% 0.43% -
HSV(B) 150.75º 0.53% 0.59% -
XYZ 16.3 24.26 18.86 -
YUV 121.63 122 91.17 -
System Red Green Blue C M Y K H S L
Decimal 70 150 111 0.53 0 0.26 0.41 150.75 0.36 0.43
Hex 46 96 6F 35 0 1A 29 97 24 2B
Octal 106 226 157 65 0 32 51 227 44 53
Binary 1000110 10010110 1101111 110101 0 11010 101001 10010111 100100 101011

Color Harmonies of #46966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46966F

Black with #46966F

Text Example


Text Example

White with #46966F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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