Html Css Color HEX #469C71 Ocean Green

📋 copy color: '#469C71'

red 70 ◦ green 156 ◦ blue 113

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

Shades of Ocean Green #469C71

Tints of Ocean Green #469C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.02%

 BLUE value IS 113 (44.53% from 255) = 33.33%

R = 20.65%
G = 46.02%
B = 33.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#469C71 (or 0x469C71) is known color: Ocean Green. HEX triplet: 46, 9C and 71. RGB value is (70,156,113). Sum of RGB (Red+Green+Blue) = 70+156+113=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #469C71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C71 is #B9638E. Grayscale: #7D7D7D. Windows color (decimal): -12149647 or 7445574. OLE color: 7445574.

HSL color Cylindrical-coordinate representation of color #469C71: hue angle of 150º 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 #469C71 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 156 113 -
CMYK 0.55 0 0.28 0.39
HSL 150º 0.38% 0.44% -
HSV(B) 150º 0.55% 0.61% -
XYZ 17.39 26.27 19.78 -
YUV 125.38 121.01 88.5 -
System Red Green Blue C M Y K H S L
Decimal 70 156 113 0.55 0 0.28 0.39 150 0.38 0.44
Hex 46 9C 71 37 0 1C 27 96 26 2C
Octal 106 234 161 67 0 34 47 226 46 54
Binary 1000110 10011100 1110001 110111 0 11100 100111 10010110 100110 101100

Color Harmonies of #469C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C71

Black with #469C71

Text Example


Text Example

White with #469C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,156,113); }

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

background-color css

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

 a { background-color: rgb(70,156,113); }

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

border-color css

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

 span { border-color: rgb(70,156,113); }

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