Html Css Color HEX #4DA968 Ocean Green

📋 copy color: '#4DA968'

red 77 ◦ green 169 ◦ blue 104

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

Shades of Ocean Green #4DA968

Tints of Ocean Green #4DA968

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.29%

 BLUE value IS 104 (41.02% from 255) = 29.71%

R = 22%
G = 48.29%
B = 29.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#4DA968 (or 0x4DA968) is known color: Ocean Green. HEX triplet: 4D, A9 and 68. RGB value is (77,169,104). Sum of RGB (Red+Green+Blue) = 77+169+104=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 169 (66.41% from 255 or 48.29% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA968 is #B25697. Grayscale: #868686. Windows color (decimal): -11687576 or 6859085. OLE color: 6859085.

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

Color convert

RGB 77 169 104 -
CMYK 0.54 0 0.38 0.34
HSL 137.61º 0.37% 0.48% -
HSV(B) 137.61º 0.54% 0.66% -
XYZ 19.75 30.95 18.03 -
YUV 134.08 111.02 87.29 -
System Red Green Blue C M Y K H S L
Decimal 77 169 104 0.54 0 0.38 0.34 137.61 0.37 0.48
Hex 4D A9 68 36 0 26 22 8A 25 30
Octal 115 251 150 66 0 46 42 212 45 60
Binary 1001101 10101001 1101000 110110 0 100110 100010 10001010 100101 110000

Color Harmonies of #4DA968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA968

Black with #4DA968

Text Example


Text Example

White with #4DA968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,169,104); }

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

background-color css

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

 a { background-color: rgb(77,169,104); }

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

border-color css

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

 span { border-color: rgb(77,169,104); }

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