Html Css Color HEX #4CA678 Ocean Green

📋 copy color: '#4CA678'

red 76 ◦ green 166 ◦ blue 120

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

Shades of Ocean Green #4CA678

Tints of Ocean Green #4CA678

RGB

 RED value IS 76 (30.08% from 255) = 20.99%

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

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

R = 20.99%
G = 45.86%
B = 33.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#4CA678 (or 0x4CA678) is known color: Ocean Green. HEX triplet: 4C, A6 and 78. RGB value is (76,166,120). Sum of RGB (Red+Green+Blue) = 76+166+120=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #4CA678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA678 is #B35987. Grayscale: #858585. Windows color (decimal): -11753864 or 7906892. OLE color: 7906892.

HSL color Cylindrical-coordinate representation of color #4CA678: hue angle of 149.33º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA678 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 76 166 120 -
CMYK 0.54 0 0.28 0.35
HSL 149.33º 0.37% 0.47% -
HSV(B) 149.33º 0.54% 0.65% -
XYZ 20.01 30.17 22.54 -
YUV 133.85 120.18 86.74 -
System Red Green Blue C M Y K H S L
Decimal 76 166 120 0.54 0 0.28 0.35 149.33 0.37 0.47
Hex 4C A6 78 36 0 1C 23 95 25 2F
Octal 114 246 170 66 0 34 43 225 45 57
Binary 1001100 10100110 1111000 110110 0 11100 100011 10010101 100101 101111

Color Harmonies of #4CA678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA678

Black with #4CA678

Text Example


Text Example

White with #4CA678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CA678; }

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

 H1.HeaderClassName
 {
   color: #4CA678;
 }
 .AnyTagClassName
 {
   color: #4CA678;
 }
</style>

background-color css

<style>
 a { background-color: #4CA678; }

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

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

border-color css

<style>
 span { border-color: #4CA678; }

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

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