Html Css Color HEX #4D9969 Ocean Green

📋 copy color: '#4D9969'

red 77 ◦ green 153 ◦ blue 105

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

Shades of Ocean Green #4D9969

Tints of Ocean Green #4D9969

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.67%

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

R = 22.99%
G = 45.67%
B = 31.34%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#4D9969 (or 0x4D9969) is known color: Ocean Green. HEX triplet: 4D, 99 and 69. RGB value is (77,153,105). Sum of RGB (Red+Green+Blue) = 77+153+105=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #4D9969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9969 is #B26696. Grayscale: #7C7C7C. Windows color (decimal): -11691671 or 6920525. OLE color: 6920525.

HSL color Cylindrical-coordinate representation of color #4D9969: hue angle of 142.11º 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 #4D9969 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 77 153 105 -
CMYK 0.50 0 0.31 0.4
HSL 142.11º 0.33% 0.45% -
HSV(B) 142.11º 0.5% 0.6% -
XYZ 17 25.38 17.37 -
YUV 124.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 77 153 105 0.50 0 0.31 0.4 142.11 0.33 0.45
Hex 4D 99 69 32 0 1F 28 8E 21 2D
Octal 115 231 151 62 0 37 50 216 41 55
Binary 1001101 10011001 1101001 110010 0 11111 101000 10001110 100001 101101

Color Harmonies of #4D9969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9969

Black with #4D9969

Text Example


Text Example

White with #4D9969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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