Html Css Color HEX #4FA96B Ocean Green

📋 copy color: '#4FA96B'

red 79 ◦ green 169 ◦ blue 107

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

Shades of Ocean Green #4FA96B

Tints of Ocean Green #4FA96B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.61%

 BLUE value IS 107 (42.19% from 255) = 30.14%

R = 22.25%
G = 47.61%
B = 30.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#4FA96B (or 0x4FA96B) is known color: Ocean Green. HEX triplet: 4F, A9 and 6B. RGB value is (79,169,107). Sum of RGB (Red+Green+Blue) = 79+169+107=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #4FA96B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA96B is #B05694. Grayscale: #878787. Windows color (decimal): -11556501 or 7055695. OLE color: 7055695.

HSL color Cylindrical-coordinate representation of color #4FA96B: hue angle of 138.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA96B is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB 79 169 107 -
CMYK 0.53 0 0.37 0.34
HSL 138.67º 0.36% 0.49% -
HSV(B) 138.67º 0.53% 0.66% -
XYZ 20.07 31.1 18.86 -
YUV 135.02 112.18 88.04 -
System Red Green Blue C M Y K H S L
Decimal 79 169 107 0.53 0 0.37 0.34 138.67 0.36 0.49
Hex 4F A9 6B 35 0 25 22 8B 24 31
Octal 117 251 153 65 0 45 42 213 44 61
Binary 1001111 10101001 1101011 110101 0 100101 100010 10001011 100100 110001

Color Harmonies of #4FA96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA96B

Black with #4FA96B

Text Example


Text Example

White with #4FA96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,169,107); }

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

background-color css

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

 a { background-color: rgb(79,169,107); }

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

border-color css

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

 span { border-color: rgb(79,169,107); }

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