Html Css Color HEX #469E68 Ocean Green

📋 copy color: '#469E68'

red 70 ◦ green 158 ◦ blue 104

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

Shades of Ocean Green #469E68

Tints of Ocean Green #469E68

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.59%

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

R = 21.08%
G = 47.59%
B = 31.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#469E68 (or 0x469E68) is known color: Ocean Green. HEX triplet: 46, 9E and 68. RGB value is (70,158,104). Sum of RGB (Red+Green+Blue) = 70+158+104=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 158 - color contains mainly: green. Hex color #469E68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469E68 is #B96197. Grayscale: #7D7D7D. Windows color (decimal): -12149144 or 6856262. OLE color: 6856262.

HSL color Cylindrical-coordinate representation of color #469E68: hue angle of 143.18º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #469E68 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 158 104 -
CMYK 0.56 0 0.34 0.38
HSL 143.18º 0.39% 0.45% -
HSV(B) 143.18º 0.56% 0.62% -
XYZ 17.25 26.76 17.35 -
YUV 125.53 115.85 88.39 -
System Red Green Blue C M Y K H S L
Decimal 70 158 104 0.56 0 0.34 0.38 143.18 0.39 0.45
Hex 46 9E 68 38 0 22 26 8F 27 2D
Octal 106 236 150 70 0 42 46 217 47 55
Binary 1000110 10011110 1101000 111000 0 100010 100110 10001111 100111 101101

Color Harmonies of #469E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469E68

Black with #469E68

Text Example


Text Example

White with #469E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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