Html Css Color HEX #469968 Ocean Green

📋 copy color: '#469968'

red 70 ◦ green 153 ◦ blue 104

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

Shades of Ocean Green #469968

Tints of Ocean Green #469968

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.79%

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

R = 21.41%
G = 46.79%
B = 31.8%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#469968 (or 0x469968) is known color: Ocean Green. HEX triplet: 46, 99 and 68. RGB value is (70,153,104). Sum of RGB (Red+Green+Blue) = 70+153+104=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #469968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469968 is #B96697. Grayscale: #7A7A7A. Windows color (decimal): -12150424 or 6854982. OLE color: 6854982.

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

Color convert

RGB 70 153 104 -
CMYK 0.54 0 0.32 0.4
HSL 144.58º 0.37% 0.44% -
HSV(B) 144.58º 0.54% 0.6% -
XYZ 16.42 25.08 17.07 -
YUV 122.6 117.5 90.48 -
System Red Green Blue C M Y K H S L
Decimal 70 153 104 0.54 0 0.32 0.4 144.58 0.37 0.44
Hex 46 99 68 36 0 20 28 91 25 2C
Octal 106 231 150 66 0 40 50 221 45 54
Binary 1000110 10011001 1101000 110110 0 100000 101000 10010001 100101 101100

Color Harmonies of #469968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469968

Black with #469968

Text Example


Text Example

White with #469968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469968; }

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

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

background-color css

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

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

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

border-color css

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

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

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