Html Css Color HEX #469C70 Ocean Green

📋 copy color: '#469C70'

red 70 ◦ green 156 ◦ blue 112

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

Shades of Ocean Green #469C70

Tints of Ocean Green #469C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 20.71%
G = 46.15%
B = 33.14%

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

#469C70 (or 0x469C70) is known color: Ocean Green. HEX triplet: 46, 9C and 70. RGB value is (70,156,112). Sum of RGB (Red+Green+Blue) = 70+156+112=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #469C70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469C70 is #B9638F. Grayscale: #7D7D7D. Windows color (decimal): -12149648 or 7380038. OLE color: 7380038.

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

Color convert

RGB 70 156 112 -
CMYK 0.55 0 0.28 0.39
HSL 149.3º 0.38% 0.44% -
HSV(B) 149.3º 0.55% 0.61% -
XYZ 17.34 26.25 19.48 -
YUV 125.27 120.51 88.58 -
System Red Green Blue C M Y K H S L
Decimal 70 156 112 0.55 0 0.28 0.39 149.3 0.38 0.44
Hex 46 9C 70 37 0 1C 27 95 26 2C
Octal 106 234 160 67 0 34 47 225 46 54
Binary 1000110 10011100 1110000 110111 0 11100 100111 10010101 100110 101100

Color Harmonies of #469C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C70

Black with #469C70

Text Example


Text Example

White with #469C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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