Html Css Color HEX #469670 Ocean Green

📋 copy color: '#469670'

red 70 ◦ green 150 ◦ blue 112

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

Shades of Ocean Green #469670

Tints of Ocean Green #469670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.73%

R = 21.08%
G = 45.18%
B = 33.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#469670 (or 0x469670) is known color: Ocean Green. HEX triplet: 46, 96 and 70. RGB value is (70,150,112). Sum of RGB (Red+Green+Blue) = 70+150+112=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #469670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469670 is #B9698F. Grayscale: #797979. Windows color (decimal): -12151184 or 7378502. OLE color: 7378502.

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

Color convert

RGB 70 150 112 -
CMYK 0.53 0 0.25 0.41
HSL 151.5º 0.36% 0.43% -
HSV(B) 151.5º 0.53% 0.59% -
XYZ 16.36 24.28 19.15 -
YUV 121.75 122.5 91.09 -
System Red Green Blue C M Y K H S L
Decimal 70 150 112 0.53 0 0.25 0.41 151.5 0.36 0.43
Hex 46 96 70 35 0 19 29 98 24 2B
Octal 106 226 160 65 0 31 51 230 44 53
Binary 1000110 10010110 1110000 110101 0 11001 101001 10011000 100100 101011

Color Harmonies of #469670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469670

Black with #469670

Text Example


Text Example

White with #469670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469670; }

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

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

background-color css

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

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

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

border-color css

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

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

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