Html Css Color HEX #4F9E68 Ocean Green

📋 copy color: '#4F9E68'

red 79 ◦ green 158 ◦ blue 104

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

Shades of Ocean Green #4F9E68

Tints of Ocean Green #4F9E68

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.33%

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

R = 23.17%
G = 46.33%
B = 30.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#4F9E68 (or 0x4F9E68) is known color: Ocean Green. HEX triplet: 4F, 9E and 68. RGB value is (79,158,104). Sum of RGB (Red+Green+Blue) = 79+158+104=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #4F9E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9E68 is #B06197. Grayscale: #808080. Windows color (decimal): -11559320 or 6856271. OLE color: 6856271.

HSL color Cylindrical-coordinate representation of color #4F9E68: hue angle of 138.99º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9E68 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 158 104 -
CMYK 0.50 0 0.34 0.38
HSL 138.99º 0.33% 0.46% -
HSV(B) 138.99º 0.5% 0.62% -
XYZ 17.95 27.12 17.38 -
YUV 128.22 114.33 92.89 -
System Red Green Blue C M Y K H S L
Decimal 79 158 104 0.50 0 0.34 0.38 138.99 0.33 0.46
Hex 4F 9E 68 32 0 22 26 8B 21 2E
Octal 117 236 150 62 0 42 46 213 41 56
Binary 1001111 10011110 1101000 110010 0 100010 100110 10001011 100001 101110

Color Harmonies of #4F9E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9E68

Black with #4F9E68

Text Example


Text Example

White with #4F9E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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