Html Css Color HEX #4D9A69 Ocean Green

📋 copy color: '#4D9A69'

red 77 ◦ green 154 ◦ blue 105

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

Shades of Ocean Green #4D9A69

Tints of Ocean Green #4D9A69

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.83%

 BLUE value IS 105 (41.41% from 255) = 31.25%

R = 22.92%
G = 45.83%
B = 31.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#4D9A69 (or 0x4D9A69) is known color: Ocean Green. HEX triplet: 4D, 9A and 69. RGB value is (77,154,105). Sum of RGB (Red+Green+Blue) = 77+154+105=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #4D9A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9A69 is #B26596. Grayscale: #7D7D7D. Windows color (decimal): -11691415 or 6920781. OLE color: 6920781.

HSL color Cylindrical-coordinate representation of color #4D9A69: hue angle of 141.82º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9A69 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 154 105 -
CMYK 0.50 0 0.32 0.40
HSL 141.82º 0.33% 0.45% -
HSV(B) 141.82º 0.5% 0.6% -
XYZ 17.17 25.71 17.42 -
YUV 125.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 77 154 105 0.50 0 0.32 0.40 141.82 0.33 0.45
Hex 4D 9A 69 32 0 20 28 8E 21 2D
Octal 115 232 151 62 0 40 50 216 41 55
Binary 1001101 10011010 1101001 110010 0 100000 101000 10001110 100001 101101

Color Harmonies of #4D9A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9A69

Black with #4D9A69

Text Example


Text Example

White with #4D9A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,154,105); }

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

background-color css

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

 a { background-color: rgb(77,154,105); }

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

border-color css

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

 span { border-color: rgb(77,154,105); }

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