Html Css Color HEX #46A768 Ocean Green

📋 copy color: '#46A768'

red 70 ◦ green 167 ◦ blue 104

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

Shades of Ocean Green #46A768

Tints of Ocean Green #46A768

RGB

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

 GREEN value IS 167 (65.63% from 255) = 48.97%

 BLUE value IS 104 (41.02% from 255) = 30.5%

R = 20.53%
G = 48.97%
B = 30.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#46A768 (or 0x46A768) is known color: Ocean Green. HEX triplet: 46, A7 and 68. RGB value is (70,167,104). Sum of RGB (Red+Green+Blue) = 70+167+104=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 167 - color contains mainly: green. Hex color #46A768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A768 is #B95897. Grayscale: #828282. Windows color (decimal): -12146840 or 6858566. OLE color: 6858566.

HSL color Cylindrical-coordinate representation of color #46A768: hue angle of 141.03º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A768 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 167 104 -
CMYK 0.58 0 0.38 0.35
HSL 141.03º 0.41% 0.46% -
HSV(B) 141.03º 0.58% 0.65% -
XYZ 18.84 29.94 17.88 -
YUV 130.82 112.86 84.62 -
System Red Green Blue C M Y K H S L
Decimal 70 167 104 0.58 0 0.38 0.35 141.03 0.41 0.46
Hex 46 A7 68 3A 0 26 23 8D 29 2E
Octal 106 247 150 72 0 46 43 215 51 56
Binary 1000110 10100111 1101000 111010 0 100110 100011 10001101 101001 101110

Color Harmonies of #46A768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46A768

Black with #46A768

Text Example


Text Example

White with #46A768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46A768; }

 p { color: rgb(70,167,104); }

 H1.HeaderClassName
 {
   color: #46A768;
 }
 .AnyTagClassName
 {
   color: #46A768;
 }
</style>

background-color css

<style>
 a { background-color: #46A768; }

 a { background-color: rgb(70,167,104); }

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

border-color css

<style>
 span { border-color: #46A768; }

 span { border-color: rgb(70,167,104); }

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