Html Css Color HEX #469773 Ocean Green

📋 copy color: '#469773'

red 70 ◦ green 151 ◦ blue 115

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

Shades of Ocean Green #469773

Tints of Ocean Green #469773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.23%

R = 20.83%
G = 44.94%
B = 34.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#469773 (or 0x469773) is known color: Ocean Green. HEX triplet: 46, 97 and 73. RGB value is (70,151,115). Sum of RGB (Red+Green+Blue) = 70+151+115=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #469773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469773 is #B9688C. Grayscale: #7A7A7A. Windows color (decimal): -12150925 or 7575366. OLE color: 7575366.

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

Color convert

RGB 70 151 115 -
CMYK 0.54 0 0.24 0.41
HSL 153.33º 0.37% 0.43% -
HSV(B) 153.33º 0.54% 0.59% -
XYZ 16.69 24.67 20.1 -
YUV 122.68 123.66 90.43 -
System Red Green Blue C M Y K H S L
Decimal 70 151 115 0.54 0 0.24 0.41 153.33 0.37 0.43
Hex 46 97 73 36 0 18 29 99 25 2B
Octal 106 227 163 66 0 30 51 231 45 53
Binary 1000110 10010111 1110011 110110 0 11000 101001 10011001 100101 101011

Color Harmonies of #469773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469773

Black with #469773

Text Example


Text Example

White with #469773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469773; }

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

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

background-color css

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

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

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

border-color css

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

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

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