Html Css Color HEX #50966C Ocean Green

📋 copy color: '#50966C'

red 80 ◦ green 150 ◦ blue 108

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

Shades of Ocean Green #50966C

Tints of Ocean Green #50966C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.38%

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

R = 23.67%
G = 44.38%
B = 31.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#50966C (or 0x50966C) is known color: Ocean Green. HEX triplet: 50, 96 and 6C. RGB value is (80,150,108). Sum of RGB (Red+Green+Blue) = 80+150+108=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #50966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50966C is #AF6993. Grayscale: #7C7C7C. Windows color (decimal): -11495828 or 7116368. OLE color: 7116368.

HSL color Cylindrical-coordinate representation of color #50966C: hue angle of 144º degrees, saturation: 0.3, 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 #50966C is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 108 -
CMYK 0.47 0 0.28 0.41
HSL 144º 0.3% 0.45% -
HSV(B) 144º 0.47% 0.59% -
XYZ 16.92 24.6 18.04 -
YUV 124.28 118.81 96.42 -
System Red Green Blue C M Y K H S L
Decimal 80 150 108 0.47 0 0.28 0.41 144 0.3 0.45
Hex 50 96 6C 2F 0 1C 29 90 1E 2D
Octal 120 226 154 57 0 34 51 220 36 55
Binary 1010000 10010110 1101100 101111 0 11100 101001 10010000 11110 101101

Color Harmonies of #50966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50966C

Black with #50966C

Text Example


Text Example

White with #50966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50966C; }

 p { color: rgb(80,150,108); }

 H1.HeaderClassName
 {
   color: #50966C;
 }
 .AnyTagClassName
 {
   color: #50966C;
 }
</style>

background-color css

<style>
 a { background-color: #50966C; }

 a { background-color: rgb(80,150,108); }

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

border-color css

<style>
 span { border-color: #50966C; }

 span { border-color: rgb(80,150,108); }

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