Html Css Color HEX #469B6A Ocean Green

📋 copy color: '#469B6A'

red 70 ◦ green 155 ◦ blue 106

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

Shades of Ocean Green #469B6A

Tints of Ocean Green #469B6A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.83%

 BLUE value IS 106 (41.8% from 255) = 32.02%

R = 21.15%
G = 46.83%
B = 32.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#469B6A (or 0x469B6A) is known color: Ocean Green. HEX triplet: 46, 9B and 6A. RGB value is (70,155,106). Sum of RGB (Red+Green+Blue) = 70+155+106=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #469B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469B6A is #B96495. Grayscale: #7C7C7C. Windows color (decimal): -12149910 or 6986566. OLE color: 6986566.

HSL color Cylindrical-coordinate representation of color #469B6A: hue angle of 145.41º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469B6A is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 155 106 -
CMYK 0.55 0 0.32 0.39
HSL 145.41º 0.38% 0.44% -
HSV(B) 145.41º 0.55% 0.61% -
XYZ 16.85 25.79 17.72 -
YUV 124 117.84 89.48 -
System Red Green Blue C M Y K H S L
Decimal 70 155 106 0.55 0 0.32 0.39 145.41 0.38 0.44
Hex 46 9B 6A 37 0 20 27 91 26 2C
Octal 106 233 152 67 0 40 47 221 46 54
Binary 1000110 10011011 1101010 110111 0 100000 100111 10010001 100110 101100

Color Harmonies of #469B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469B6A

Black with #469B6A

Text Example


Text Example

White with #469B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,155,106); }

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

background-color css

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

 a { background-color: rgb(70,155,106); }

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

border-color css

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

 span { border-color: rgb(70,155,106); }

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