Html Css Color HEX #469D6D Ocean Green

📋 copy color: '#469D6D'

red 70 ◦ green 157 ◦ blue 109

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

Shades of Ocean Green #469D6D

Tints of Ocean Green #469D6D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.73%

 BLUE value IS 109 (42.97% from 255) = 32.44%

R = 20.83%
G = 46.73%
B = 32.44%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#469D6D (or 0x469D6D) is known color: Ocean Green. HEX triplet: 46, 9D and 6D. RGB value is (70,157,109). Sum of RGB (Red+Green+Blue) = 70+157+109=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 157 - color contains mainly: green. Hex color #469D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469D6D is #B96292. Grayscale: #7D7D7D. Windows color (decimal): -12149395 or 7183686. OLE color: 7183686.

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

Color convert

RGB 70 157 109 -
CMYK 0.55 0 0.31 0.38
HSL 146.9º 0.38% 0.45% -
HSV(B) 146.9º 0.55% 0.62% -
XYZ 17.34 26.52 18.67 -
YUV 125.52 118.68 88.4 -
System Red Green Blue C M Y K H S L
Decimal 70 157 109 0.55 0 0.31 0.38 146.9 0.38 0.45
Hex 46 9D 6D 37 0 1F 26 93 26 2D
Octal 106 235 155 67 0 37 46 223 46 55
Binary 1000110 10011101 1101101 110111 0 11111 100110 10010011 100110 101101

Color Harmonies of #469D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469D6D

Black with #469D6D

Text Example


Text Example

White with #469D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,157,109); }

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

background-color css

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

 a { background-color: rgb(70,157,109); }

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

border-color css

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

 span { border-color: rgb(70,157,109); }

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