Html Css Color HEX #4DA768 Ocean Green

📋 copy color: '#4DA768'

red 77 ◦ green 167 ◦ blue 104

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

Shades of Ocean Green #4DA768

Tints of Ocean Green #4DA768

RGB

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

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

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

R = 22.13%
G = 47.99%
B = 29.89%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#4DA768 (or 0x4DA768) is known color: Ocean Green. HEX triplet: 4D, A7 and 68. RGB value is (77,167,104). Sum of RGB (Red+Green+Blue) = 77+167+104=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 167 (65.62% from 255 or 47.99% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 167 - color contains mainly: green. Hex color #4DA768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA768 is #B25897. Grayscale: #858585. Windows color (decimal): -11688088 or 6858573. OLE color: 6858573.

HSL color Cylindrical-coordinate representation of color #4DA768: hue angle of 138º 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 #4DA768 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 77 167 104 -
CMYK 0.54 0 0.38 0.35
HSL 138º 0.37% 0.48% -
HSV(B) 138º 0.54% 0.65% -
XYZ 19.38 30.21 17.91 -
YUV 132.91 111.68 88.12 -
System Red Green Blue C M Y K H S L
Decimal 77 167 104 0.54 0 0.38 0.35 138 0.37 0.48
Hex 4D A7 68 36 0 26 23 8A 25 30
Octal 115 247 150 66 0 46 43 212 45 60
Binary 1001101 10100111 1101000 110110 0 100110 100011 10001010 100101 110000

Color Harmonies of #4DA768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA768

Black with #4DA768

Text Example


Text Example

White with #4DA768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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