#4FA768

Color #4FA768 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4FA768

Tints of Ocean Green #4FA768

Color information

#4FA768 (or 0x4FA768) is unknown color: approx Ocean Green. HEX triplet: 4F, A7 and 68. RGB value is (79,167,104). Sum of RGB (Red+Green+Blue) = 79+167+104=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #4FA768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA768 is #B05897. Grayscale: #858585. Windows color (decimal): -11557016 or 6858575. OLE color: 6858575.

HSL color Cylindrical-coordinate representation of color #4FA768: hue angle of 137.05º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA768 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB79167104-
CMYK0.5300.380.35
HSL137.05º35.77%48.24%-
HSV(B)137.05º52.69%65.49%-
XYZ19.5430.317.92-
YUV133.51111.3589.12-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.57%
GREEN value IS 167 (65.62% from 255) = 47.71%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=22.57%
G=47.71%
B=29.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal791671040.5300.380.35137.0535.7748.24
Hex4FA7683502623892430
Octal11724715065046432114460
Binary1001111101001111101000110101010011010001110001001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4FA768;
 }
 .AnyTagClassName
 {
   color: #4FA768;
 }
</style>
background-color css

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

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

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

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

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

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