Html Css Color HEX #4F966C Ocean Green

📋 copy color: '#4F966C'

red 79 ◦ green 150 ◦ blue 108

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

Shades of Ocean Green #4F966C

Tints of Ocean Green #4F966C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 23.44%
G = 44.51%
B = 32.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#4F966C (or 0x4F966C) is known color: Ocean Green. HEX triplet: 4F, 96 and 6C. RGB value is (79,150,108). Sum of RGB (Red+Green+Blue) = 79+150+108=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #4F966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F966C is #B06993. Grayscale: #7C7C7C. Windows color (decimal): -11561364 or 7116367. OLE color: 7116367.

HSL color Cylindrical-coordinate representation of color #4F966C: hue angle of 144.51º 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 #4F966C is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 79 150 108 -
CMYK 0.47 0 0.28 0.41
HSL 144.51º 0.31% 0.45% -
HSV(B) 144.51º 0.47% 0.59% -
XYZ 16.84 24.56 18.04 -
YUV 123.98 118.98 95.92 -
System Red Green Blue C M Y K H S L
Decimal 79 150 108 0.47 0 0.28 0.41 144.51 0.31 0.45
Hex 4F 96 6C 2F 0 1C 29 91 1F 2D
Octal 117 226 154 57 0 34 51 221 37 55
Binary 1001111 10010110 1101100 101111 0 11100 101001 10010001 11111 101101

Color Harmonies of #4F966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F966C

Black with #4F966C

Text Example


Text Example

White with #4F966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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