Html Css Color HEX #469D70 Ocean Green

📋 copy color: '#469D70'

red 70 ◦ green 157 ◦ blue 112

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

Shades of Ocean Green #469D70

Tints of Ocean Green #469D70

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.31%

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

R = 20.65%
G = 46.31%
B = 33.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#469D70 (or 0x469D70) is known color: Ocean Green. HEX triplet: 46, 9D and 70. RGB value is (70,157,112). Sum of RGB (Red+Green+Blue) = 70+157+112=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #469D70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D70 is #B9628F. Grayscale: #7D7D7D. Windows color (decimal): -12149392 or 7380294. OLE color: 7380294.

HSL color Cylindrical-coordinate representation of color #469D70: hue angle of 148.97º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469D70 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 157 112 -
CMYK 0.55 0 0.29 0.38
HSL 148.97º 0.38% 0.45% -
HSV(B) 148.97º 0.55% 0.62% -
XYZ 17.51 26.59 19.54 -
YUV 125.86 120.18 88.16 -
System Red Green Blue C M Y K H S L
Decimal 70 157 112 0.55 0 0.29 0.38 148.97 0.38 0.45
Hex 46 9D 70 37 0 1D 26 95 26 2D
Octal 106 235 160 67 0 35 46 225 46 55
Binary 1000110 10011101 1110000 110111 0 11101 100110 10010101 100110 101101

Color Harmonies of #469D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469D70

Black with #469D70

Text Example


Text Example

White with #469D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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