Html Css Color HEX #50976B Ocean Green

📋 copy color: '#50976B'

red 80 ◦ green 151 ◦ blue 107

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

Shades of Ocean Green #50976B

Tints of Ocean Green #50976B

RGB

 RED value IS 80 (31.64% from 255) = 23.67%

 GREEN value IS 151 (59.38% from 255) = 44.67%

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

R = 23.67%
G = 44.67%
B = 31.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#50976B (or 0x50976B) is known color: Ocean Green. HEX triplet: 50, 97 and 6B. RGB value is (80,151,107). Sum of RGB (Red+Green+Blue) = 80+151+107=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #50976B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50976B is #AF6894. Grayscale: #7C7C7C. Windows color (decimal): -11495573 or 7051088. OLE color: 7051088.

HSL color Cylindrical-coordinate representation of color #50976B: hue angle of 142.82º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50976B is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 107 -
CMYK 0.47 0 0.29 0.41
HSL 142.82º 0.31% 0.45% -
HSV(B) 142.82º 0.47% 0.59% -
XYZ 17.03 24.9 17.82 -
YUV 124.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 80 151 107 0.47 0 0.29 0.41 142.82 0.31 0.45
Hex 50 97 6B 2F 0 1D 29 8F 1F 2D
Octal 120 227 153 57 0 35 51 217 37 55
Binary 1010000 10010111 1101011 101111 0 11101 101001 10001111 11111 101101

Color Harmonies of #50976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50976B

Black with #50976B

Text Example


Text Example

White with #50976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50976B; }

 p { color: rgb(80,151,107); }

 H1.HeaderClassName
 {
   color: #50976B;
 }
 .AnyTagClassName
 {
   color: #50976B;
 }
</style>

background-color css

<style>
 a { background-color: #50976B; }

 a { background-color: rgb(80,151,107); }

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

border-color css

<style>
 span { border-color: #50976B; }

 span { border-color: rgb(80,151,107); }

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