Html Css Color HEX #469868 Ocean Green

📋 copy color: '#469868'

red 70 ◦ green 152 ◦ blue 104

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

Shades of Ocean Green #469868

Tints of Ocean Green #469868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 21.47%
G = 46.63%
B = 31.9%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#469868 (or 0x469868) is known color: Ocean Green. HEX triplet: 46, 98 and 68. RGB value is (70,152,104). Sum of RGB (Red+Green+Blue) = 70+152+104=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #469868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469868 is #B96797. Grayscale: #7A7A7A. Windows color (decimal): -12150680 or 6854726. OLE color: 6854726.

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

Color convert

RGB 70 152 104 -
CMYK 0.54 0 0.32 0.40
HSL 144.88º 0.37% 0.44% -
HSV(B) 144.88º 0.54% 0.6% -
XYZ 16.25 24.76 17.02 -
YUV 122.01 117.83 90.9 -
System Red Green Blue C M Y K H S L
Decimal 70 152 104 0.54 0 0.32 0.40 144.88 0.37 0.44
Hex 46 98 68 36 0 20 28 91 25 2C
Octal 106 230 150 66 0 40 50 221 45 54
Binary 1000110 10011000 1101000 110110 0 100000 101000 10010001 100101 101100

Color Harmonies of #469868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469868

Black with #469868

Text Example


Text Example

White with #469868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469868; }

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

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

background-color css

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

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

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

border-color css

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

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

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