Html Css Color HEX #4DA76C Ocean Green

📋 copy color: '#4DA76C'

red 77 ◦ green 167 ◦ blue 108

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

Shades of Ocean Green #4DA76C

Tints of Ocean Green #4DA76C

RGB

 RED value IS 77 (30.47% from 255) = 21.88%

 GREEN value IS 167 (65.63% from 255) = 47.44%

 BLUE value IS 108 (42.58% from 255) = 30.68%

R = 21.88%
G = 47.44%
B = 30.68%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#4DA76C (or 0x4DA76C) is known color: Ocean Green. HEX triplet: 4D, A7 and 6C. RGB value is (77,167,108). Sum of RGB (Red+Green+Blue) = 77+167+108=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 167 - color contains mainly: green. Hex color #4DA76C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA76C is #B25893. Grayscale: #858585. Windows color (decimal): -11688084 or 7120717. OLE color: 7120717.

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

Color convert

RGB 77 167 108 -
CMYK 0.54 0 0.35 0.35
HSL 140.67º 0.37% 0.48% -
HSV(B) 140.67º 0.54% 0.65% -
XYZ 19.59 30.3 19 -
YUV 133.36 113.68 87.8 -
System Red Green Blue C M Y K H S L
Decimal 77 167 108 0.54 0 0.35 0.35 140.67 0.37 0.48
Hex 4D A7 6C 36 0 23 23 8D 25 30
Octal 115 247 154 66 0 43 43 215 45 60
Binary 1001101 10100111 1101100 110110 0 100011 100011 10001101 100101 110000

Color Harmonies of #4DA76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA76C

Black with #4DA76C

Text Example


Text Example

White with #4DA76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,167,108); }

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

background-color css

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

 a { background-color: rgb(77,167,108); }

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

border-color css

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

 span { border-color: rgb(77,167,108); }

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