Html Css Color HEX #4FA67A Ocean Green

📋 copy color: '#4FA67A'

red 79 ◦ green 166 ◦ blue 122

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

Shades of Ocean Green #4FA67A

Tints of Ocean Green #4FA67A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.23%

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 21.53%
G = 45.23%
B = 33.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#4FA67A (or 0x4FA67A) is known color: Ocean Green. HEX triplet: 4F, A6 and 7A. RGB value is (79,166,122). Sum of RGB (Red+Green+Blue) = 79+166+122=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #4FA67A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA67A is #B05985. Grayscale: #878787. Windows color (decimal): -11557254 or 8037967. OLE color: 8037967.

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

Color convert

RGB 79 166 122 -
CMYK 0.52 0 0.27 0.35
HSL 149.66º 0.36% 0.48% -
HSV(B) 149.66º 0.52% 0.65% -
XYZ 20.37 30.34 23.19 -
YUV 134.97 120.68 88.08 -
System Red Green Blue C M Y K H S L
Decimal 79 166 122 0.52 0 0.27 0.35 149.66 0.36 0.48
Hex 4F A6 7A 34 0 1B 23 96 24 30
Octal 117 246 172 64 0 33 43 226 44 60
Binary 1001111 10100110 1111010 110100 0 11011 100011 10010110 100100 110000

Color Harmonies of #4FA67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA67A

Black with #4FA67A

Text Example


Text Example

White with #4FA67A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,166,122); }

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

background-color css

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

 a { background-color: rgb(79,166,122); }

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

border-color css

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

 span { border-color: rgb(79,166,122); }

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