Html Css Color HEX #4F9C6C Ocean Green

📋 copy color: '#4F9C6C'

red 79 ◦ green 156 ◦ blue 108

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

Shades of Ocean Green #4F9C6C

Tints of Ocean Green #4F9C6C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.48%

 BLUE value IS 108 (42.58% from 255) = 31.49%

R = 23.03%
G = 45.48%
B = 31.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#4F9C6C (or 0x4F9C6C) is known color: Ocean Green. HEX triplet: 4F, 9C and 6C. RGB value is (79,156,108). Sum of RGB (Red+Green+Blue) = 79+156+108=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #4F9C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9C6C is #B06393. Grayscale: #7F7F7F. Windows color (decimal): -11559828 or 7117903. OLE color: 7117903.

HSL color Cylindrical-coordinate representation of color #4F9C6C: hue angle of 142.6º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F9C6C is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 156 108 -
CMYK 0.49 0 0.31 0.39
HSL 142.6º 0.33% 0.46% -
HSV(B) 142.6º 0.49% 0.61% -
XYZ 17.82 26.52 18.37 -
YUV 127.51 116.99 93.4 -
System Red Green Blue C M Y K H S L
Decimal 79 156 108 0.49 0 0.31 0.39 142.6 0.33 0.46
Hex 4F 9C 6C 31 0 1F 27 8F 21 2E
Octal 117 234 154 61 0 37 47 217 41 56
Binary 1001111 10011100 1101100 110001 0 11111 100111 10001111 100001 101110

Color Harmonies of #4F9C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9C6C

Black with #4F9C6C

Text Example


Text Example

White with #4F9C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,156,108); }

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

background-color css

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

 a { background-color: rgb(79,156,108); }

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

border-color css

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

 span { border-color: rgb(79,156,108); }

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