Html Css Color HEX #4F926B Ocean Green

📋 copy color: '#4F926B'

red 79 ◦ green 146 ◦ blue 107

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

Shades of Ocean Green #4F926B

Tints of Ocean Green #4F926B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.98%

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

R = 23.8%
G = 43.98%
B = 32.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#4F926B (or 0x4F926B) is known color: Ocean Green. HEX triplet: 4F, 92 and 6B. RGB value is (79,146,107). Sum of RGB (Red+Green+Blue) = 79+146+107=332 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.80% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #4F926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F926B is #B06D94. Grayscale: #797979. Windows color (decimal): -11562389 or 7049807. OLE color: 7049807.

HSL color Cylindrical-coordinate representation of color #4F926B: hue angle of 145.07º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F926B is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 79 146 107 -
CMYK 0.46 0 0.27 0.43
HSL 145.07º 0.3% 0.44% -
HSV(B) 145.07º 0.46% 0.57% -
XYZ 16.16 23.28 17.55 -
YUV 121.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 79 146 107 0.46 0 0.27 0.43 145.07 0.3 0.44
Hex 4F 92 6B 2E 0 1B 2B 91 1E 2C
Octal 117 222 153 56 0 33 53 221 36 54
Binary 1001111 10010010 1101011 101110 0 11011 101011 10010001 11110 101100

Color Harmonies of #4F926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F926B

Black with #4F926B

Text Example


Text Example

White with #4F926B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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