Html Css Color HEX #469871 Ocean Green

📋 copy color: '#469871'

red 70 ◦ green 152 ◦ blue 113

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

Shades of Ocean Green #469871

Tints of Ocean Green #469871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.73%

R = 20.9%
G = 45.37%
B = 33.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#469871 (or 0x469871) is known color: Ocean Green. HEX triplet: 46, 98 and 71. RGB value is (70,152,113). Sum of RGB (Red+Green+Blue) = 70+152+113=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #469871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469871 is #B9678E. Grayscale: #7B7B7B. Windows color (decimal): -12150671 or 7444550. OLE color: 7444550.

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

Color convert

RGB 70 152 113 -
CMYK 0.54 0 0.26 0.40
HSL 151.46º 0.37% 0.44% -
HSV(B) 151.46º 0.54% 0.6% -
XYZ 16.73 24.95 19.56 -
YUV 123.04 122.33 90.17 -
System Red Green Blue C M Y K H S L
Decimal 70 152 113 0.54 0 0.26 0.40 151.46 0.37 0.44
Hex 46 98 71 36 0 1A 28 97 25 2C
Octal 106 230 161 66 0 32 50 227 45 54
Binary 1000110 10011000 1110001 110110 0 11010 101000 10010111 100101 101100

Color Harmonies of #469871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469871

Black with #469871

Text Example


Text Example

White with #469871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469871; }

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

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

background-color css

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

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

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

border-color css

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

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

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