Html Css Color HEX #469872 Ocean Green

📋 copy color: '#469872'

red 70 ◦ green 152 ◦ blue 114

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

Shades of Ocean Green #469872

Tints of Ocean Green #469872

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.24%

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

R = 20.83%
G = 45.24%
B = 33.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#469872 (or 0x469872) is known color: Ocean Green. HEX triplet: 46, 98 and 72. RGB value is (70,152,114). Sum of RGB (Red+Green+Blue) = 70+152+114=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #469872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469872 is #B9678D. Grayscale: #7B7B7B. Windows color (decimal): -12150670 or 7510086. OLE color: 7510086.

HSL color Cylindrical-coordinate representation of color #469872: hue angle of 152.2º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469872 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 152 114 -
CMYK 0.54 0 0.25 0.40
HSL 152.2º 0.37% 0.44% -
HSV(B) 152.2º 0.54% 0.6% -
XYZ 16.79 24.97 19.85 -
YUV 123.15 122.83 90.09 -
System Red Green Blue C M Y K H S L
Decimal 70 152 114 0.54 0 0.25 0.40 152.2 0.37 0.44
Hex 46 98 72 36 0 19 28 98 25 2C
Octal 106 230 162 66 0 31 50 230 45 54
Binary 1000110 10011000 1110010 110110 0 11001 101000 10011000 100101 101100

Color Harmonies of #469872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469872

Black with #469872

Text Example


Text Example

White with #469872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469872; }

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

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

background-color css

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

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

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

border-color css

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

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

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