Html Css Color HEX #4F966D Ocean Green

📋 copy color: '#4F966D'

red 79 ◦ green 150 ◦ blue 109

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

Shades of Ocean Green #4F966D

Tints of Ocean Green #4F966D

RGB

 RED value IS 79 (31.25% from 255) = 23.37%

 GREEN value IS 150 (58.98% from 255) = 44.38%

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 23.37%
G = 44.38%
B = 32.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#4F966D (or 0x4F966D) is known color: Ocean Green. HEX triplet: 4F, 96 and 6D. RGB value is (79,150,109). Sum of RGB (Red+Green+Blue) = 79+150+109=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #4F966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F966D is #B06992. Grayscale: #7C7C7C. Windows color (decimal): -11561363 or 7181903. OLE color: 7181903.

HSL color Cylindrical-coordinate representation of color #4F966D: hue angle of 145.35º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F966D is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 79 150 109 -
CMYK 0.47 0 0.27 0.41
HSL 145.35º 0.31% 0.45% -
HSV(B) 145.35º 0.47% 0.59% -
XYZ 16.89 24.58 18.32 -
YUV 124.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 79 150 109 0.47 0 0.27 0.41 145.35 0.31 0.45
Hex 4F 96 6D 2F 0 1B 29 91 1F 2D
Octal 117 226 155 57 0 33 51 221 37 55
Binary 1001111 10010110 1101101 101111 0 11011 101001 10010001 11111 101101

Color Harmonies of #4F966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F966D

Black with #4F966D

Text Example


Text Example

White with #4F966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,150,109); }

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

background-color css

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

 a { background-color: rgb(79,150,109); }

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

border-color css

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

 span { border-color: rgb(79,150,109); }

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