Html Css Color HEX #4F9A68 Ocean Green

📋 copy color: '#4F9A68'

red 79 ◦ green 154 ◦ blue 104

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

Shades of Ocean Green #4F9A68

Tints of Ocean Green #4F9A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.86%

R = 23.44%
G = 45.7%
B = 30.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#4F9A68 (or 0x4F9A68) is known color: Ocean Green. HEX triplet: 4F, 9A and 68. RGB value is (79,154,104). Sum of RGB (Red+Green+Blue) = 79+154+104=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #4F9A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9A68 is #B06597. Grayscale: #7E7E7E. Windows color (decimal): -11560344 or 6855247. OLE color: 6855247.

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

Color convert

RGB 79 154 104 -
CMYK 0.49 0 0.32 0.40
HSL 140º 0.32% 0.46% -
HSV(B) 140º 0.49% 0.6% -
XYZ 17.28 25.77 17.16 -
YUV 125.88 115.65 94.57 -
System Red Green Blue C M Y K H S L
Decimal 79 154 104 0.49 0 0.32 0.40 140 0.32 0.46
Hex 4F 9A 68 31 0 20 28 8C 20 2E
Octal 117 232 150 61 0 40 50 214 40 56
Binary 1001111 10011010 1101000 110001 0 100000 101000 10001100 100000 101110

Color Harmonies of #4F9A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9A68

Black with #4F9A68

Text Example


Text Example

White with #4F9A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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