Html Css Color HEX #47A678 Ocean Green

📋 copy color: '#47A678'

red 71 ◦ green 166 ◦ blue 120

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

Shades of Ocean Green #47A678

Tints of Ocean Green #47A678

RGB

 RED value IS 71 (28.13% from 255) = 19.89%

 GREEN value IS 166 (65.23% from 255) = 46.5%

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 19.89%
G = 46.5%
B = 33.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#47A678 (or 0x47A678) is known color: Ocean Green. HEX triplet: 47, A6 and 78. RGB value is (71,166,120). Sum of RGB (Red+Green+Blue) = 71+166+120=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 166 - color contains mainly: green. Hex color #47A678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A678 is #B85987. Grayscale: #848484. Windows color (decimal): -12081544 or 7906887. OLE color: 7906887.

HSL color Cylindrical-coordinate representation of color #47A678: hue angle of 150.95º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A678 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 71 166 120 -
CMYK 0.57 0 0.28 0.35
HSL 150.95º 0.4% 0.46% -
HSV(B) 150.95º 0.57% 0.65% -
XYZ 19.62 29.97 22.52 -
YUV 132.35 121.03 84.24 -
System Red Green Blue C M Y K H S L
Decimal 71 166 120 0.57 0 0.28 0.35 150.95 0.4 0.46
Hex 47 A6 78 39 0 1C 23 97 28 2E
Octal 107 246 170 71 0 34 43 227 50 56
Binary 1000111 10100110 1111000 111001 0 11100 100011 10010111 101000 101110

Color Harmonies of #47A678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A678

Black with #47A678

Text Example


Text Example

White with #47A678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A678; }

 p { color: rgb(71,166,120); }

 H1.HeaderClassName
 {
   color: #47A678;
 }
 .AnyTagClassName
 {
   color: #47A678;
 }
</style>

background-color css

<style>
 a { background-color: #47A678; }

 a { background-color: rgb(71,166,120); }

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

border-color css

<style>
 span { border-color: #47A678; }

 span { border-color: rgb(71,166,120); }

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