Html Css Color HEX #469A72 Ocean Green

📋 copy color: '#469A72'

red 70 ◦ green 154 ◦ blue 114

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

Shades of Ocean Green #469A72

Tints of Ocean Green #469A72

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.56%

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 20.71%
G = 45.56%
B = 33.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#469A72 (or 0x469A72) is known color: Ocean Green. HEX triplet: 46, 9A and 72. RGB value is (70,154,114). Sum of RGB (Red+Green+Blue) = 70+154+114=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 154 - color contains mainly: green. Hex color #469A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469A72 is #B9658D. Grayscale: #7C7C7C. Windows color (decimal): -12150158 or 7510598. OLE color: 7510598.

HSL color Cylindrical-coordinate representation of color #469A72: hue angle of 151.43º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469A72 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 154 114 -
CMYK 0.55 0 0.26 0.40
HSL 151.43º 0.38% 0.44% -
HSV(B) 151.43º 0.55% 0.6% -
XYZ 17.12 25.63 19.96 -
YUV 124.32 122.17 89.25 -
System Red Green Blue C M Y K H S L
Decimal 70 154 114 0.55 0 0.26 0.40 151.43 0.38 0.44
Hex 46 9A 72 37 0 1A 28 97 26 2C
Octal 106 232 162 67 0 32 50 227 46 54
Binary 1000110 10011010 1110010 110111 0 11010 101000 10010111 100110 101100

Color Harmonies of #469A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469A72

Black with #469A72

Text Example


Text Example

White with #469A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,154,114); }

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

background-color css

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

 a { background-color: rgb(70,154,114); }

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

border-color css

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

 span { border-color: rgb(70,154,114); }

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